Function executors::crossbeam_workstealing_pool::large_pool[][src]

pub fn large_pool(threads: usize) -> ThreadPool<StaticParker<LargeThreadData>>

Creates a thread pool with support for up to 64 threads.

This a convenience function, which is equivalent to ThreadPool::new(threads, parker::large()).