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