Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diiego-h/producerconsumer

University project: Producer-consumer paradigm example. Coded in C (multiprocessing & multithreading).
https://github.com/diiego-h/producerconsumer

c fork mutex

Last synced: 11 days ago
JSON representation

University project: Producer-consumer paradigm example. Coded in C (multiprocessing & multithreading).

Awesome Lists containing this project

README

        

# ProducerConsumer
University project: Producer-consumer paradigm example. Coded in C. *fork*/*mutex* version uses multiple processes/threads.