Expand description
async runtime interface.
async runtime is an abstraction over different asynchronous runtimes, such as tokio,
async-std, etc.
Structs§
- Tokio
OneShot Sender - Tokio
Runtime Tokiois the default asynchronous executor.
Traits§
- Async
Oneshot Send Ext - Async
Runtime - A trait defining interfaces with an asynchronous runtime.