https://github.com/cuteant/dotnet-tpl-dataflow
A complete build of System.Threading.Tasks.Dataflow for .NET 4.0+
https://github.com/cuteant/dotnet-tpl-dataflow
Last synced: about 1 month ago
JSON representation
A complete build of System.Threading.Tasks.Dataflow for .NET 4.0+
- Host: GitHub
- URL: https://github.com/cuteant/dotnet-tpl-dataflow
- Owner: cuteant
- License: other
- Created: 2015-03-17T09:19:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-14T12:14:08.000Z (almost 10 years ago)
- Last Synced: 2025-03-29T22:41:17.587Z (2 months ago)
- Language: C#
- Size: 668 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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([email protected])
## Supported Platforms:
- .NET Framework 4.0
- .NET Framework 4.5