Struct syncbox::ThreadPool
[−]
[src]
pub struct ThreadPool<T: Task + 'static, Q: WorkQueue<T> = LinkedQueue<Option<T>>> {
// some fields omitted
}