Creating a blocking Queue in .NET?

后端 未结 10 852
半阙折子戏
半阙折子戏 2020-11-22 01:14

I have a scenario where I have multiple threads adding to a queue and multiple threads reading from the same queue. If the queue reaches a specific size all threads<

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 01:43

    I haven't fully explored the TPL but they might have something that fits your needs, or at the very least, some Reflector fodder to snag some inspiration from.

    Hope that helps.

提交回复
热议问题