pub type Executor = Runtime;
Available on non-WebAssembly and crate feature
tokio
only.Expand description
A tokio
executor.
Aliased Type§
struct Executor { /* private fields */ }
pub type Executor = Runtime;
tokio
only.A tokio
executor.
struct Executor { /* private fields */ }