vs-threading icon indicating copy to clipboard operation
vs-threading copied to clipboard

Add `AsyncBarrier.SignalAndWait(CancellationToken)` overload

Open AArnott opened this issue 1 year ago • 0 comments

Also optimize the pre-existing code. The new overload returns ValueTask to leave open the option of optimizing to zero-allocation use via IValueTaskSource.

Closes #1329

AArnott avatar Jun 26 '24 15:06 AArnott