It seems there are lots of improvements in .NET 4.0 related to concurrency that might rely on concurrent priority queues. Is there decent priority queue implementation insid
Well, 7 years passed, but for posterity, I would like to answer with my implementation.
Documentation: Optionally awaitable simple to use Concurrent Priority Queue
Sourcecodes: github
nuget package