File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -227,9 +227,6 @@ def task_done(self):
227227 been processed (meaning that a task_done() call was received for every
228228 item that had been put() into the queue).
229229
230- shutdown(immediate=True) calls task_done() for each remaining item in
231- the queue.
232-
233230 Raises ValueError if called more times than there were items placed in
234231 the queue.
235232 """
Original file line number Diff line number Diff line change @@ -80,9 +80,6 @@ def task_done(self):
8080 have been processed (meaning that a task_done() call was received
8181 for every item that had been put() into the queue).
8282
83- shutdown(immediate=True) calls task_done() for each remaining item in
84- the queue.
85-
8683 Raises a ValueError if called more times than there were items
8784 placed in the queue.
8885 '''
You can’t perform that action at this time.
0 commit comments