Skip to content

Commit

Permalink
docs: improve comment (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Jun 18, 2023
1 parent 648b4ef commit 1773c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dank_mids/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1773c06

Please sign in to comment.