Lockable.access

Undocumented in source. Be warned that the author may not have intended to support it.
struct Lockable(ValueT, LockT = LockBusyCas)
@nogc nothrow
void
access
(
scope void delegate
(
scope ref ValueT
)
@nogc nothrow
func
)

Meta