Skip to content

Crossfire blog code for posts, articles and examples

License

Notifications You must be signed in to change notification settings

anderson-rancan/crossfire

Repository files navigation

CrossFire blog projects

This repository contains the code for every post/article from the CrossFire blog.

Build status MIT licensed Coverage Status Quality Gate SonarQube Open issues

ProducerConsumer project

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