Module parallel

Module parallel 

Source

Structsยง

ParallelGuard ๐Ÿ”’
RAII guard that increments PARALLEL_DEPTH on creation and decrements on drop. Used to mark regions where par_iter_mut work is active, so that step_resolution jobs can detect priority inversion and retry.

Staticsยง

PARALLEL_DEPTH ๐Ÿ”’

Functionsยง

is_in_parallel ๐Ÿ”’