Crate fumio_pool

Source
Expand description

Single-threaded pool of (non-Send) futures

Structs§

LocalPool
A single-threaded task pool for polling futures to completion.
LocalSpawner
A handle to a LocalPool that implements Spawn and LocalSpawn.

Functions§

current_local
Retrieve the current handle.