You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether we'll deliver this yet. But in the meantime you can tack on .WithCancellation(ct) on the SignalAndWait call to achieve the same effect that we would probably deliver.
Is your feature request related to a problem? Please describe.
I want to have
AsyncBarrier
to support cancellation inSignalAndAwait
, such that I can free those async functions from awaiting the barrier to finish.Describe the solution you'd like
Maybe we can have SignalAndAwait accept an CancellationToken as its argument.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: