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.
- Host: GitHub
- URL: https://github.com/arkanto99/producer-consumer
- Owner: arkanto99
- Created: 2022-04-24T11:11:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T18:10:07.000Z (over 3 years ago)
- Last Synced: 2025-05-23T17:10:57.864Z (about 1 year ago)
- Topics: message-passing, mutex-synchronisation, producer-consumer-problem, semaphores
- Language: C
- Homepage:
- Size: 397 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Produce-consumer problem