CheesyChocolate / monitor-like-structure

solving the Producer-Consumer problem, a monitor-like structure is employed to ensure synchronization and data integrity between producer and consumer threads sharing the buffer area.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monitor-like-structure

solving the Producer-Consumer problem, a monitor-like structure is employed to ensure synchronization and data integrity between producer and consumer threads sharing the buffer area.

About

solving the Producer-Consumer problem, a monitor-like structure is employed to ensure synchronization and data integrity between producer and consumer threads sharing the buffer area.

License:MIT License


Languages

Language:C++ 100.0%