Expand description
Module for real thread pool based parallelization of CPU heavy blocking workloads.
Re-exports§
pub use rayon;
Functions§
- spawn_
blocking - Spawn an awaitable non-blocking execution of the given blocking function on a
rayon
CPU thread pool. - spawn_
fifo_ blocking - Spawn an awaitable non-blocking execution of the given blocking function on a
rayon
CPU thread pool.