Should pathos also provide a Queue that can be used with asynchronous apipe?
Something like: http://stackoverflow.com/questions/29631084/python-multiprocessing-in-objects, or alternatively working with a global Queue.
A Queue is the foundation of many 'non-pool' algorithms, and it wouldn't take too much to build one on top of an asynchronous pipe.
Should
pathosalso provide aQueuethat can be used with asynchronousapipe?Something like: http://stackoverflow.com/questions/29631084/python-multiprocessing-in-objects, or alternatively working with a global
Queue.A
Queueis the foundation of many 'non-pool' algorithms, and it wouldn't take too much to build one on top of an asynchronous pipe.