Crate synchrotron [] [src]

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.