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
- Host: GitHub
- URL: https://github.com/saleslessa/producer-consumer-with-tpl
- Owner: saleslessa
- Created: 2018-06-07T13:43:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T09:25:11.000Z (over 7 years ago)
- Last Synced: 2025-01-17T02:41:53.400Z (9 months ago)
- Topics: csharp, tpl
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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