Expand description
Runtime components
The traits and types within this module are used to allow plugging in runtime types. These include:
- Executors
- Timers
- IO transports
Modules§
- Trait aliases
Structs§
- A wrapper around a byte buffer that is incrementally filled and initialized.
- The cursor part of a
ReadBuf
.
Traits§
- An executor of futures.
- Reads bytes from a source.
- A future returned by a
Timer
. - A timer which provides timer-like functions.
- Write bytes asynchronously.