Currently stuck in C# 2, it would still be nice to use the parallel goodness of the TPL... is this possible?
相关问题
- Custom TaskScheduler, SynchronizationContext?
-
How do I take a Task
and put a timeout on it? [ - await task.delay helps in UI refresh faster, but h
- Is Interop.Domino dll thread safe?
- Does or does Task.Wait not start the task if it is
相关文章
- Efficient signaling Tasks for TPL completions on f
- Implement Async Interface synchronous [duplicate]
- External images in .rdlc data reports for winforms
- Async task inside parallel.for loop
- Writing a Task.WhenAll/WhenAny variant that cancel
- Classic never-ending thread loop using tasks?
- TPL Dataflow duplicate message to all consumers
- MaxConnections and App.config question
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.