Crate synchrotron

Source
Expand description

A single-threaded busy-wait executor.

All tasks are cooperatively run on the same thread and no I/O polling is done.

Structsยง

Core
The task executor.
Handle
A cloneable handle to a Core.
RunFuture
A combined Core and future F that can be run.