A common baseclass for both of the provided mutexes.
The intent for the according mutex is specified through the INTENT template argument, which determines if a mutex is used for read or write locking.
Lock the mutex. cf. core.sync.mutex.Mutex
Try to lock the mutex. cf. core.sync.mutex.Mutex
Unlock the mutex. cf. core.sync.mutex.Mutex
See Implementation
A common baseclass for both of the provided mutexes.
The intent for the according mutex is specified through the INTENT template argument, which determines if a mutex is used for read or write locking.