TPL Dataflow is a .NET Framework 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), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.
dotnet add package Microsoft.Tpl.Dataflow
Install-Package Microsoft.Tpl.Dataflow
| 作者 | Microsoft |
|---|---|
| 项目主页 | http://microsoft.com/net |
| 许可证 | http://go.microsoft.com/fwlink/?LinkID=261796&clcid=0x409 |
| 最新版本 | 4.5.24 |