https://github.com/well-balanced/c-producer-consumer
producer & consumer pattern written in C
https://github.com/well-balanced/c-producer-consumer
consumer producer
Last synced: 6 months ago
JSON representation
producer & consumer pattern written in C
- Host: GitHub
- URL: https://github.com/well-balanced/c-producer-consumer
- Owner: well-balanced
- Created: 2022-04-05T11:00:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T06:24:13.000Z (over 3 years ago)
- Last Synced: 2025-04-01T21:53:18.442Z (6 months ago)
- Topics: consumer, producer
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# c-producer-consumer
C로 구현한 프로세스, 스레드간 자원을 순차적으로 공유하는 Producer & Consumer 패턴입니다.