tern v0.2.12 (2024-03-08T18:10:27Z)
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.