Module io_pool

Source
Expand description

Single-threaded task pools backed by platform-specific IO backends.

Structs§

IoDriver
A driver to spawn tasks and IO objects on IoPool.
IoPool
An single-threaded task pool backed by IO backend T.

Traits§

IoBackend
Trait implemented by IO backends.