Skip to content

anderson-rancan/crossfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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