getMonitor

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