Module runtime

Source

Structs§

MultiWaker
A utility type ensures that multiple pollers can all be waken up.
MultiWakerRegistration
A intent to register a waker to MultiWaker.

Functions§

block_on
Block on a future to complete.
poll_later
Ask the runtime to poll timeout later.
runtime
shutdown_signal
Listen for shutdown signals.
with_graceful_shutdown
Run a future with graceful shutdown.