Community

Parallel workflow with the .NET Task Parallel Library (TPL) DataFlow (C#)

(Riccardo Terrell) This tutorial aims to be a guide for designing and implementing asynchronous and parallel data processing using the TPL Dataflow library from Microsoft. The TPL Dataflow consists of different building “blocks” that you compose in a pipeline fashion to structure your application in