Available parallel technologies in .Net

前端 未结 6 1369
星月不相逢
星月不相逢 2021-02-04 10:58

I am new to .Net platform. I did a search and found that there are several ways to do parallel computing in .Net:

  1. Parallel task in Task Parallel Library, which

6条回答
  •  长发绾君心
    2021-02-04 11:30

    One more is the new Task Parallel library in .NET 4.0, which is similar and along the lines of what you've already discovered, but this may be an interesting read:

    Task Parallel Library

提交回复
热议问题