Multi-threading libraries for .NET

后端 未结 10 1918
长发绾君心
长发绾君心 2021-02-14 08:39

I used multiple threads in a few programs, but still don\'t feel very comfortable about it.

What multi-threading libraries for C#/.NET are out there and which advantages

10条回答
  •  不思量自难忘°
    2021-02-14 09:18

    You might want to look at the series of articles about threading patterns. Right now it has sample codes for implementing a WorkerThread and a ThreadedQueue.

    http://devpinoy.org/blogs/jakelite/archive/tags/Threading+Patterns/default.aspx

提交回复
热议问题