Skip to main content

Module exec

Module exec 

Source
Expand description

The executor implementations.

Structs§

AsyncStdasync_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.
TokioTptokio_tp
An executor that uses tokio::runtime::Runtime.

Enums§

TokioTpErrtokio_tp
A few errors that can happen while using tokio executors.