Sunday, May 08, 2011

PortableTPL for Silverlight / Windows Phone and XBox

Project Description
PortableTPL is a portable project inspired by the Task Parallel Library.
It can be used with .Net 4.0, Silverlight 4.0, XNA 4.0 for XBox 360 and Silverlight for Windows Phone.
PortableTPL supports following features:

Task
Task<T>
Task Continuation
Task Cancelleation with CancellationTokenSource
AggregationException
Parallel.For
Parallel.ForEach
Schedulers

Read more: Codeplex