producer- consumer problem using multiprocessing in python
I am trying to implement this problem using multiprocessing and pipe as the communication between processes strategy using the following method:
I am trying to implement this problem using multiprocessing and pipe as the communication between processes strategy using the following method: