# Structs

Mutex is equivalent to sync.Mutex but applies deadlock detection if the built tag "lockdebug" is set.
RWMutex is equivalent to sync.RWMutex but applies deadlock detection if the built tag "lockdebug" is set.