Is it possible to use the Task Parallel Library (TPL) in C# 2.0?

狂风中的少年 提交于 2019-11-27 08:36:46

问题


Currently stuck in C# 2, it would still be nice to use the parallel goodness of the TPL... is this possible?


回答1:


No it's not possible. TPL requires .NET 3.5 (IIRC there was a separate download but it was a beta version) and is built in .NET 4.0.



来源:https://stackoverflow.com/questions/3500614/is-it-possible-to-use-the-task-parallel-library-tpl-in-c-sharp-2-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!