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