Expand description
The executor implementations.
Structs§
- Async
Std async_std - An executor that spawns tasks on async-std. In contrast to the other executors, this one is not self contained, because async-std does not provide an API that allows that, so the threadpool is global.
- TokioTp
tokio_tp - An executor that uses
tokio::runtime::Runtime.
Enums§
- Tokio
TpErr tokio_tp - A few errors that can happen while using tokio executors.