An open API service indexing awesome lists of open source software.

https://github.com/saleslessa/producer-consumer-with-tpl


https://github.com/saleslessa/producer-consumer-with-tpl

csharp tpl

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Producer-Consumer Pattern

- Example of using Producer-Consumer pattern With Multithreading

- In this example was created 2 tasks producing values concurrently in same BlockingCollection object and a third task consuming these values.

- More info in comments