Barrier.markDoneAndWaitAll

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

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

struct Barrier
@safe @nogc
void
markDoneAndWaitAll

Meta