This is a small example of an implementation of Producer/Consumer Pattern with condition_variable and mutex
-
Updated
Nov 17, 2023 - C++
This is a small example of an implementation of Producer/Consumer Pattern with condition_variable and mutex
Thread pool in C++
Comparing the performance of two different implementations of the concurrent unbounded queue
An implementation of a monitor synchronization construct working in the distributed environment.
Comparing the performance of three different implementations of the concurrent linked list
A theater simulated by using threads to model customer and employee behavior
Mutex with deadlock detection and other synchronization-primitives
Conflict resolution for the well-known distributed dining philosophers problem
on producer/consumer pattern
Thread pool written in C++ 17 (with 14 branch).
Implementation of HS Algorithm in the field of Distributed Algorithms
Multiple producer / multiple consumer (MPMC) C++ thread-safe queue for passing data between threads
Parallel Programming and MultiThreading using C++
Async concurrency primatives and synchronization for C++11 and later
Real Time System Architectures
A multi-threaded traffic simulation showing vehicular movement in a city
The multi threaded queue service is a class that operates as a message processing service
Notes and code written for the System Programming course (Programmazione di Sistema) of PoliTo.
Add a description, image, and links to the condition-variable topic page so that developers can more easily learn about it.
To associate your repository with the condition-variable topic, visit your repo's landing page and select "manage topics."