pub type AsyncExecutorStd<Q> = AsyncExecutor<Q, StdThreadFunctions>;Expand description
An async executor that uses std functions.
Aliased Typeยง
pub struct AsyncExecutorStd<Q> { /* private fields */ }pub type AsyncExecutorStd<Q> = AsyncExecutor<Q, StdThreadFunctions>;An async executor that uses std functions.
pub struct AsyncExecutorStd<Q> { /* private fields */ }