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

https://github.com/arkanto99/producer-consumer

C implementation of the producer-consumer problem using semaphores, mutex and message passing.
https://github.com/arkanto99/producer-consumer

message-passing mutex-synchronisation producer-consumer-problem semaphores

Last synced: 8 months ago
JSON representation

C implementation of the producer-consumer problem using semaphores, mutex and message passing.

Awesome Lists containing this project

README

          

# Produce-consumer problem