CoarseLocked.this

Construct from an initial value with a new lock.

struct CoarseLocked(T)
shared
this
()
if (
!is(T == shared)
)

Parameters

init T

The initial value for the internal T.

Meta