Module lib_wc::concurrent::locks

source ·

Structs

This mutex is naive because it optimize the scenario where multiple threads are in contention for the lock. See crate::concurrent::locks::Mutex for an optimized implementation.