Open andreped opened 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.
CTRL + C
This is a common challenge using multiprocessing. Basically, the child processes gets killed by
CTRL + C
, but the main process does not.