pieper / SlicerParallelProcessing

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

Exit call #3

Closed BishopWolf closed 4 years ago

BishopWolf commented 4 years ago

reverted pickle decodeOutput, since pickle only works with dictionaries, anything else will lead to errors added enter and exit calls added wait for processes to finish before exit

pieper commented 4 years ago

@BishopWolf - please rebase off the new master and we can have a look at this.

Also, please include more descriptive commit messages for anything you include in pull requests. This would help us work together to understand what functionality is proposed and why the change is needed.

Thanks again for your contributions 👍