OpenSCAD

Re: OpenSCAD

by Richard Lobb -
Number of replies: 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.