Support of progress reporting and incremental results in .NET 4.0 “Task Parallel Library”

后端 未结 5 630
有刺的猬
有刺的猬 2020-12-29 07:49

I know that Task Parallel Library is still in Beta and there are likely to be less resources available but from whatever I have read, library gives very special treatment to

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 08:31

    The TPL isn't particularly oriented toward UI support, you can (still) use a BackgroundWorker for that. As for sending or processing intermediate results, there are new collectionclasses (ConcurrentQueue) to support that.

提交回复
热议问题