setMonitor

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