Skip to content

Remove uneccesary _platform.multiprocessing

Angelos Evripiotis requested to merge aevri/nomp into master

It turns out we don't need to use multiprocessing.Manager() queues when using the 'spawn' method - the regular multiprocessing queues are also picklable, if passed as parameters to the new process.

Thanks to @BenjaminSchubert for pointing this out!

Edited by Angelos Evripiotis

Merge request reports