createMonitor

Creates a monitor for val.

static
bool
createMonitor
(
T
)
(
ref T val
)
if (
isAssignable!(T, Object)
)

Parameters

val T

Value to create a monitor for.

Return Value

Type: bool

True if the monitor was successfully created.

Meta