Function Barrier.markDoneAndWaitAll

Mark one completion and wait for all other completions to happen.

void markDoneAndWaitAll (
  Timeout timeout = Timeout(TscTimePoint(9223372036854775807L))
) @nogc @safe;

This function is, literally, equivalent to calling markDone followed by waitAll.