Enum rayon::InitError
[−]
[src]
pub enum InitError {
NumberOfThreadsZero,
GlobalPoolAlreadyInitialized,
}Custom error type for the rayon thread pool configuration.
Variants
NumberOfThreadsZero | Error if number of threads is set to zero. | |
GlobalPoolAlreadyInitialized | Error if the gloal thread pool is initialized multiple times and the configuration is not equal for all configurations. |