Expand description
Single-threaded pool of (non-Send
) futures
Structs§
- Local
Pool - A single-threaded task pool for polling futures to completion.
- Local
Spawner - A handle to a
LocalPool
that implementsSpawn
andLocalSpawn
.
Functions§
- current_
local - Retrieve the current handle.