dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Writer.this
core
sync
rwmutex
ReadWriteMutex
Writer
Initializes a read/write mutex writer proxy object.
class
Writer
@
trusted
nothrow
this
(
this
Q
)
(
)
if
(
is
(
Q
==
Writer
) ||
is
(
Q
== shared
Writer
)
)
Meta
Source
See Implementation
core
sync
rwmutex
ReadWriteMutex
Writer
constructors
this
functions
lock
tryLock
unlock
Initializes a read/write mutex writer proxy object.