tern ~master (2024-04-15T17:45:17.8990912)
Dub
Repo
getMonitor
tern
experimental
monitor
Gets the monitor of
val
.
static pure
shared
(
Monitor
)*
getMonitor
(
T
)
(
T
val
)
if
(
isAssignable
!(
T
,
Object
)
)
Parameters
val
T
Value to get the monitor of.
Return Value
Type:
shared
(
Monitor
)*
The monitor of
val
.
Meta
Source
See Implementation
tern
experimental
monitor
aliases
DEvent
IMonitor
properties
monitor
static functions
createMonitor
destroyMonitor
getMonitor
setMonitor
Gets the monitor of val.