vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
ScopedMutexLock.this
vibe
core
sync
ScopedMutexLock
Undocumented in source.
struct
ScopedMutexLock
(M)
this
(
M
mutex
,
LockMode
mode
=
LockMode.lock
)
if
(
is
(
M
:
Mutex
) ||
is
(
M
:
Lockable
)
)
Meta
Source
See Implementation
vibe
core
sync
ScopedMutexLock
constructors
this
destructors
~this
functions
lock
tryLock
unlock
postblits
this(this)
properties
locked