We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae1685 commit f7ad96cCopy full SHA for f7ad96c
Lib/concurrent/futures/process.py
@@ -862,7 +862,9 @@ def terminate_workers(self, signal=signal.SIGTERM):
862
Iterates through all of the current processes and sends the given signal if
863
the process is still alive.
864
865
- After terminating workers, the pool will be in a broken state and no longer usable.
+ After terminating workers, the pool will be in a broken state
866
+ and no longer usable (for instance, new tasks should not be
867
+ submitted).
868
869
Args:
870
signal: The signal to send to each worker process. Defaults to
0 commit comments