Struct executors::ThreadPoolExecutor
[−]
[src]
pub struct ThreadPoolExecutor<T, Queue> where T: Task, Queue: TaskQueue<T> {
// some fields omitted
}Executor with thread pool