Function rayon::initialize [] [src]

pub fn initialize()

Initializes the Rayon threadpool. You don't normally need to do this, as it happens automatically, but it is handy for benchmarking purposes since it avoids initialization overhead in the actual operations.