Implementing Parallel Pipeline with TPL DataFlow

This recipe shows how to implement a Parallel Pipeline pattern with the help of the TPL DataFlow library.

Getting ready

To start this recipe, you will need to run Visual Studio 2015. There are no other prerequisites. The source code for this recipe can be found at BookSamples\Chapter10\Recipe3.

How to do it...

To understand how to implement Parallel Pipeline with TPL DataFlow, perform the following steps:

  1. Start Visual Studio 2015. Create a new C# console application project.
  2. Add references to the Microsoft TPL DataFlow NuGet package. Follow these steps to do so:
    1. Right-click on the References folder in the project and select the Manage NuGet Packages... menu option.
    2. Now, add your preferred references to ...

Get Multithreading with C# Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.