pieper / SlicerParallelProcessing

Slicer modules for running subprocesses to operate on data in parallel
Other
11 stars 5 forks source link

add blocking function #4

Closed BishopWolf closed 4 years ago

BishopWolf commented 4 years ago

This allows to block with a simple call to logic.waitForFinished() which it is now fully optional. There is even a terminate function in case you want to add termination handling

pieper commented 4 years ago

Thanks for the contribution 👍

I pushed this from my branch together with a few edits that are now in master.