Skip to main content

Module thread_pool

Module thread_pool 

Source

Structs§

RayonThreadPool
A CpuPool backed by a dedicated rayon::ThreadPool.

Traits§

CpuPool
Dyn-compatible interface for a CPU-bound thread pool.
CpuPoolExt
Ergonomic extension for CpuPool that adds a generic spawn with a return value. Auto-implemented for every T: CpuPool.