Unlock your potential with Microsoft Copilot
Get things done faster and unleash your creativity with the power of AI anywhere you go.
Introduction to TPL Dataflow
This document provides an introduction to a new .NET library for building parallel and concurrent applications.
Important! Selecting a language below will dynamically change the complete page content to that language.
Version:
1
Date Published:
9/28/2016
File Name:
TPLDataflow.docx
File Size:
280.9 KB
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#.Supported Operating Systems
Windows 2000, Windows 7, Windows NT, Windows Server 2003, Windows Server 2008, Windows Vista, Windows XP
Follow Microsoft