vibe-core v1.9.3 (2020-08-03T00:34:08Z)
Dub
Repo
ScopedMutexLock.tryLock
vibe
core
sync
ScopedMutexLock
Undocumented in source. Be warned that the author may not have intended to support it.
struct
ScopedMutexLock
(M)
bool
tryLock
(
)
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