Expand description
A local executor, for running a single task with IO on the current thread.
Structs§
- An IO driver for single-task use on a single thread.
Functions§
- Blocks the current thread until the given future completes.
- Polls a future that needs to issue IO until it completes.