R/extendr-wrappers.R
set_hpc_threads_rust.Rd
Builds a dedicated Rayon thread pool with n threads. Subsequent parallel operations (e.g. graph_smooth_rust) will execute on this pool.
n
graph_smooth_rust
set_hpc_threads_rust(n)
integer number of worker threads (must be >= 1).