Module driver

Source

Structs§

CallOnDrop 🔒
Runs a closure when dropped.

Statics§

BLOCK_ON_COUNT 🔒
Number of currently active block_on() invocations.

Functions§

block_on
Blocks the current thread on a future, processing I/O events when idle.
init 🔒
Initializes the “async-io” thread.
main_loop 🔒
The main loop for the “async-io” thread.
unparker 🔒
Unparker for the “async-io” thread.