We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9c21c commit 03f041eCopy full SHA for 03f041e
1 file changed
DependencyQueue/DependencyQueue.cs
@@ -251,7 +251,7 @@ public void Enqueue(DependencyQueueEntry<T> entry)
251
// for in-progress entries to complete and unblock some ready
252
// entry(ies), or for one second to elapse, after which the
253
// predicate might change its mind.
254
- await @lock.ReleaseUntilPulseAsync(OneSecond);
+ await @lock.ReleaseUntilPulseAsync(OneSecond, cancellation);
255
}
256
257
0 commit comments