Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 369 Bytes

producer-consumer-problem

producer consumer problem using processes and threads in python

threading.py

many consumer thread and one producer thread

1threadManyProcess.py

one thread many processes

i couldnt find any code in the internet for implementing producer consumer problem,so i made my own.I hope someone finds this useful