Module rt

Module rt 

Source
Expand description

Runtime module.

Only supports tokio runtime in current version. More runtimes support may be added in future releases.

Modules§

bounds
Trait aliases
tokio
Tokio runtime

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.