Crate rayon [] [src]

Structs

ThreadPool

Functions

dump_stats

This is a debugging API not really intended for end users. It will dump some performance statistics out using println.

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.

join