Constant crossbeam_utils::sync::sharded_lock::NUM_SHARDS
source ยท const NUM_SHARDS: usize = 8;
Expand description
The number of shards per sharded lock. Must be a power of two.
const NUM_SHARDS: usize = 8;
The number of shards per sharded lock. Must be a power of two.