Handle.apply

Atomically applies dg to some element of the Bag. Progress: Lock-free if there are no more than width total concurrent threads, otherwise deadlock-free.

struct Handle(Bag)
shared
void
apply
(
scope void delegate
()
dg
)
if (
is(Bag == shared) &&
is(Bag == struct)
)

Meta