AsyncExecutorStd

Type Alias AsyncExecutorStd 

Source
pub type AsyncExecutorStd<Q> = AsyncExecutor<Q, StdThreadFunctions>;
Expand description

An async executor that uses std functions.

Aliased Typeยง

pub struct AsyncExecutorStd<Q> { /* private fields */ }