Module local_pool

Module local_pool 

Source

StructsΒ§

BlockingStream
An iterator which blocks on values from a stream until they become available.
LocalPool
A single-threaded task pool for polling futures to completion.
LocalSpawner
A handle to a LocalPool that implements Spawn.
ThreadNotify πŸ”’

ConstantsΒ§

CURRENT_THREAD_NOTIFY πŸ”’

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 πŸ”’