Module io

Module io 

Source

Modules§

os
Platform-specific functionality.

Structs§

Async
Async adapter for I/O types.
Readable
Future for Async::readable.
ReadableOwned
Future for Async::readable_owned.
Timer
A future or stream that emits timed events.
Writable
Future for Async::writable.
WritableOwned
Future for Async::writable_owned.

Traits§

IoSafe
Types whose I/O trait implementations do not drop the underlying I/O source.

Functions§

block_on
Blocks the current thread on a future, processing I/O events when idle.