dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Mutex.this
core
sync
mutex
Mutex
Initializes a mutex object.
this
()
this
()
class
Mutex
shared @
trusted
nothrow @
nogc
this
(
)
this
(Object obj)
this
(Object obj)
Meta
Source
See Implementation
core
sync
mutex
Mutex
constructors
this
functions
lock
lock_nothrow
tryLock
tryLock_nothrow
unlock
unlock_nothrow
Initializes a mutex object.