Expand description
Implementations of executors for running tasks concurrently.
Structs
Thin wrapper of rayon::ThreadPool which allows the use of
ThreadPool::shutdown methpdEnums
Traits
The trait that all thread pools should implement.