TaskEx
Simple wrapper for static methods of Task, which are missing in older
versions of the .NET-Framework.
Wrapper for Task.Delay, but also works with .NET 4 and SL due to
same naming as TaskEx in BCL.Async.
Wrapper for Task.FromResult, but also works with .NET 4 and SL due
to same naming as TaskEx in BCL.Async.
Wrapper for Task.Run, but also works with .NET 4 and SL due to
same naming as TaskEx in BCL.Async.
Wrapper for Task.WhenAll, but also works with .NET 4 and SL due to
same naming as TaskEx in BCL.Async.
Wrapper for Task.WhenAll, but also works with .NET 4 and SL due to
same naming as TaskEx in BCL.Async.