@@ -59,7 +59,7 @@ def main():
try:
# block until all tasks are done
while not q.empty():
time.sleep(1) # Interruptable
time.sleep(5) # Interruptable
q.join()
# stop workers
for _ in range(thread_count):
The note is not visible to the blocked user.