Showing results for February 2015 - .NET Parallel Programming

Feb 2, 2015
0
2

New Task APIs in .NET 4.6

Stephen Toub - MSFT
Stephen Toub - MSFT

There are several nice API-level enhancements to the Task Parallel Library in .NET 4.6, which you can grab a preview of as part of the Visual Studio 2015 CTP. Task.From* .NET 4.5 had a Task.FromResult method.  This method makes it quick and easy to manufacture a new Task for a known result value, and is particularly useful when implementing ...

Task Parallel Library