Multiprocessing.Queue deadlocking during Process spawning
问题 Let me start with thank you for taking the time for reading this. First off I would like to start to share my code, see blow. It is around 200 lines of code but most of the lines are property definitions. Some context: I am just trying to get a beter understanding of multiprocessing so I went and made a small project to try and run multiple processes which all share a single input and output queue. It works, but sometimes it deadlocks right after calling the scheduler.start() method. I am