Closed
Description
Like a Mutex
, RwLock
might panic if the current thread already holds a lock. This however is not documented.
Metadata
Metadata
Assignees
Labels
No labels
Like a Mutex
, RwLock
might panic if the current thread already holds a lock. This however is not documented.