C# Job Queues (part 3) with TPL Dataflow and Failure Handling
In this article, we’ll see how to implement Job Queues with TPL Dataflow, including implementations of several of the said variations. We will dive into the Dataflow mindset along the way, figuring out this awesome library.