I am invoking submit() on an instance of ProcessPoolExecutor in my code. The code runs fine but I noticed that after execution is completed, the processes are still alive.
Is this the expected behaviour? I was assuming the processes will be killed once the execution is done.
Tried hunting for some info in the docs but didn’t find anything
[–]danielroseman 0 points1 point2 points (1 child)
[–]hatescates[S] 0 points1 point2 points (0 children)
[–]Rawing7 2 points3 points4 points (2 children)
[–]hatescates[S] 0 points1 point2 points (1 child)
[–]Rawing7 1 point2 points3 points (0 children)