Module cpu

Module cpu 

Source
Expand description

Module for real thread pool-based parallelization of CPU heavy blocking workloads.

Re-exports§

pub use rayon;

Functions§

init_thread_pool
Initialize a rayon CPU thread pool with the given number of threads.
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.