Use a different Queue object
the multiprocessing module is a mystery to me
This commit is contained in:
@@ -92,7 +92,8 @@ class RenderNode(object):
|
|||||||
|
|
||||||
# queue for receiving interesting events from the renderer
|
# queue for receiving interesting events from the renderer
|
||||||
# (like the discovery of signs!
|
# (like the discovery of signs!
|
||||||
self.poi_q = multiprocessing.Queue()
|
self.manager = multiprocessing.Manager()
|
||||||
|
self.poi_q = self.manager.Queue()
|
||||||
|
|
||||||
self.world = world
|
self.world = world
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user