Constant sync42::MAX_CONCURRENCY

source ·
pub const MAX_CONCURRENCY: usize = _; // 4_194_304usize
Expand description

The maximum concurrency expected by any type in sync42. Performance is allowed to degrade if there are more than this many concurrent threads accessing a structure.