Type Definition single_executor::AsyncExecutorStd[][src]

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

An async executor that uses std functions.