Generic .Net Producer/Consumer

后端 未结 3 516
误落风尘
误落风尘 2021-02-09 02:28

I\'m toying with the idea of implementing a generic Producer/Consumer pair + processing queue in C# for fun. The idea is you can just create objects that implement appropriate

3条回答
  •  半阙折子戏
    2021-02-09 03:21

    Microsoft CCR contains much of what you need.

    Here are some code samples and usage notes.

提交回复
热议问题