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

前端 未结 1 496
情书的邮戳
情书的邮戳 2020-12-12 03:04

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

相关标签:
1条回答
  • 2020-12-12 03:21

    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.

    0 讨论(0)
提交回复
热议问题