Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 772 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 772 Bytes

TPL Dataflow

This project is a complete port of the System.Threading.Tasks.Dataflow assembly to support .NET 4.0 and newer.

TPL Dataflow 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), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.

Releases

Authors

Microsoft

Seabiscuit([email protected])

Supported Platforms:

  • .NET Framework 4.0

  • .NET Framework 4.5