OpenSCAD

Re: OpenSCAD

por Richard Lobb -
Número de respuestas: 0

I think the Python module you want is multiprocessing, specifically the multiprocessing.Process class. I think you should be able to start up one such process for each of your tests. However, I don't have any firsthand experience with this myself.