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