Module driver
Source - CallOnDrop 🔒
- Runs a closure when dropped.
- BLOCK_ON_COUNT 🔒
- Number of currently active
block_on()
invocations.
- 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.