andreped / fast-stain-normalization

:star2: GPU-accelerated stain normalization command line tool
MIT License
19 stars 2 forks source link

Cannot kill process if multiprocessing is enabled #4

Open andreped opened 2 years ago

andreped commented 2 years ago

This is a common challenge using multiprocessing. Basically, the child processes gets killed by CTRL + C, but the main process does not.