Module mutex_impls

Module mutex_impls 

Source

Structs§

BlockingMutex
A wrap of std::sync::Mutex. This type’s purpose is to allow choosing between using std::sync::Mutex or BlockingMutex through feature flags.
FakeRawMutex
A fake mutex is for testing. It does not provide any synchronization between threads,

Type Aliases§

Mutex