Crate rayon [−] [src]
Modules
par_iter |
The |
prelude |
The rayon prelude imports the various |
Structs
Configuration |
Contains the rayon thread pool configuration. |
ThreadPool |
Enums
InitError |
Custom error type for the rayon thread pool configuration. |
Functions
dump_stats |
This is a debugging API not really intended for end users. It will
dump some performance statistics out using |
initialize |
Initializes the global thread pool. This initialization is
optional. If you do not call this function, the thread pool
will be automatically initialized with the default
configuration. In fact, calling |
join |