This is a mirror of official site: http://jasper-net.blogspot.com/

TPL (Task Parallel Library) Dataflow CTP Released

| Thursday, January 27, 2011
TPL Dataflow Community Technology Preview
This is a Community Technology Preview (CTP) of a new .NET library for building asynchronous and parallel applications. This library, referred to as TPL Dataflow, is available for .NET 4 in the form of the System.Threading.Tasks.Dataflow.dll.


Introduction to TPL Dataflow
TPL Dataflow (TDF) is a new .NET library for building concurrent applications. It promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL) in .NET 4, and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.

Read more: Greg's Cool [Insert Clever Name] of the Day

Posted via email from Jasper-net

0 comments: