The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Mutex.this
core
sync
mutex
Mutex
Initializes a mutex object.
this
()
class
Mutex
@
trusted
nothrow @
nogc
this
(
)
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.