Fix for bug 939890: AsyncQueue.DequeueAsync should take a cancellation token
Ensure that the waiters for async queue register for cancellation and dispose off the CancellationTokenRegistration when canceled/completed/faulted. (changeset 1340886)
↧