タスク並列ライブラリー(TPL)のBeta2での更新
pfxteam ブログに .NET 4 Beta 2 での TPL の更新について3+1回で紹介されています。
- What’s new in Beta 2 for the Task Parallel Library? (Part 1/3)
- キャンセル
- What’s new in Beta 2 for the Task Parallel Library? (Part 2/3)
- デフォルトでタスクをデタッチ
- ContinueWhenAny / ContinueWhenAll のリファクタリング
- UnobservedTaskExceptionイベント
- What’s new in Beta 2 for the Task Parallel Library? (Part 3/3)
- ネストされたタスクとアンラップ
- Parallel 名前空間の変更
- その他
- What's New in Beta 2 for PLINQ