Structs§
- Blocking
Mutex - A wrap of
std::sync::Mutex. This type’s purpose is to allow choosing between usingstd::sync::MutexorBlockingMutexthrough feature flags. - Fake
RawMutex - A fake mutex is for testing. It does not provide any synchronization between threads,