Module cpu

Source
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.