StructsΒ§
- Blocking
Stream - An iterator which blocks on values from a stream until they become available.
- Local
Pool - A single-threaded task pool for polling futures to completion.
- Local
Spawner - A handle to a
LocalPoolthat implementsSpawn. - Thread
Notify π
ConstantsΒ§
FunctionsΒ§
- block_
on - Run a future to completion on the current thread.
- block_
on_ stream - Turn a stream into a blocking iterator.
- run_
executor π - woken π
- Check for a wakeup, but donβt consume it.
Type AliasesΒ§
- Incoming π