pub fn available_parallelism() -> Result<ActiveLimit>
Expand description

Wrapper for std:thread::available_parallelism()

This function returns value of type ActiveLimit. It helps working with BlackHole::make().

See available_parallelism() for more details.