Skip to content

Commit 03f041e

Browse files
committed
Flow cancellation token.
1 parent 0e9c21c commit 03f041e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DependencyQueue/DependencyQueue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public void Enqueue(DependencyQueueEntry<T> entry)
251251
// for in-progress entries to complete and unblock some ready
252252
// entry(ies), or for one second to elapse, after which the
253253
// predicate might change its mind.
254-
await @lock.ReleaseUntilPulseAsync(OneSecond);
254+
await @lock.ReleaseUntilPulseAsync(OneSecond, cancellation);
255255
}
256256
}
257257

0 commit comments

Comments
 (0)