/Asychronous-Programming

Project Assignment written in C#, the purpose of which is to solve the Producer-Consumer problem

Primary LanguageC#

Asychronous-Programming

The produder-consumer problem is classic synchronization problem in operating systems written in c# with visual studio 19

The problem of producer-consumer

async1

1 Producer - 1 Consumer

async2

Multiple producers - 1 Consumer

async3