Modules§
- os
- Platform-specific functionality.
Structs§
- Async
- Async adapter for I/O types.
- Readable
- Future for
Async::readable. - Readable
Owned - Future for
Async::readable_owned. - Timer
- A future or stream that emits timed events.
- Writable
- Future for
Async::writable. - Writable
Owned - 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.