Module asyncplify::schedulers [] [src]

If you want to introduce multiple threads or delay, you can do so by using schedulers.

Structs

CurrentThread

Schedule a func to be executed on the current thread.

EventLoop

Traits

ParallelScheduler
Scheduler