pub const MAX_CONCURRENT_READS: u32 = _; // 2_147_483_646u32
The maximum number of read locks which can be held concurrently.
Acquiring more than this number of read locks simultaneously will panic.