# dotnet-tpl-dataflow **Repository Path**: cuteant/dotnet-tpl-dataflow ## Basic Information - **Project Name**: dotnet-tpl-dataflow - **Description**: A complete build of System.Threading.Tasks.Dataflow for .NET 4.0+ - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2015-03-17 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: utils **Tags**: None ## README # TPL Dataflow This project is a complete port of the [System.Threading.Tasks.Dataflow](https://github.com/dotnet/corefx/tree/master/src/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 * [License](https://github.com/cuteant/dotnet-tpl-dataflow/blob/master/LICENSE) ## Authors Microsoft Seabiscuit(cuteant@outlook.com) ## Supported Platforms: - .NET Framework 4.0 - .NET Framework 4.5