From 1773c0616c9bab9dcf56815011f3e6cc90b85f17 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Sun, 18 Jun 2023 13:45:41 -0400 Subject: [PATCH] docs: improve comment (#70) --- dank_mids/executor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dank_mids/executor.py b/dank_mids/executor.py index e16a7148..0dbbc3e5 100644 --- a/dank_mids/executor.py +++ b/dank_mids/executor.py @@ -23,6 +23,7 @@ def _worker(executor_reference, work_queue, initializer, initargs, timeout): # timeout=timeout) # NOTE: NEW except queue.Empty: # NOTE: NEW # Its been 'timeout' seconds and there are no new work items. # NOTE: NEW + # Let's suicide the thread. # NOTE: NEW executor = executor_reference() # NOTE: NEW with executor._adjusting_lock: # NOTE: NEW