Skip to main content

Module async_runtime

Module async_runtime 

Source
Expand description

async runtime interface.

async runtime is an abstraction over different asynchronous runtimes, such as tokio, async-std, etc.

Structs§

TokioOneShotSender
TokioRuntime
Tokio is the default asynchronous executor.

Traits§

AsyncOneshotSendExt
AsyncRuntime
A trait defining interfaces with an asynchronous runtime.