This repository contains the code for every post/article from the CrossFire blog.
This project demonstrates a simple easy-to-use implementation of the producer-consumer pattern:
- one task to consume content
- one or more tasks to produce content
- appliance of BlockingCollection between tasks