Handle.tryApplyEachUntil

Calls tryApplyEachUntil(dg) on the Bag this Handle references and returns the result.

Progress: minimum of Lock-free and the progress of Bag.tryApplyEachUntil.

struct Handle(Bag)
shared
bool
tryApplyEachUntil
(
scope bool delegate
()
dg
)
if (
is(Bag == shared) &&
is(Bag == struct)
)

Meta