Concurrent Priority Queue in .NET 4.0

前端 未结 9 804
攒了一身酷
攒了一身酷 2020-12-09 02:32

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

9条回答
  •  粉色の甜心
    2020-12-09 02:42

    Since all the current answers are out-of-date or don't offer a viable solution, there's an implementation on MSDN that's usable. Note that lower priorities get processed first in this implementation.

提交回复
热议问题