Module rt

Source
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§

bounds
Trait aliases

Structs§

ReadBuf
A wrapper around a byte buffer that is incrementally filled and initialized.
ReadBufCursor
The cursor part of a ReadBuf.

Traits§

Executor
An executor of futures.
Read
Reads bytes from a source.
Sleep
A future returned by a Timer.
Timer
A timer which provides timer-like functions.
Write
Write bytes asynchronously.