vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
Monitor.Locked
vibe
core
sync
Monitor
Undocumented in source.
struct
Monitor
(T, M)
static
struct
Locked {
shared
(
Monitor
)*
m
;
this(this)
;
~this
();
inout
(
Data
)
get
();
}
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
get
Members
Functions
get
inout
(
Data
)
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
m
shared
(
Monitor
)*
m
;
Undocumented in source.
Meta
Source
See Implementation
vibe
core
sync
Monitor
aliases
Data
Mutex
functions
lock
structs
Locked