startover / pythonfutures

Automatically exported from code.google.com/p/pythonfutures
Other
0 stars 0 forks source link

No task_done() call in ThreadPoolExecutor? #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is more of a curiosity than a bug report. Sorry but I wasn't sure where 
else to ask.

I don't see a work_queue.task_done() call in thread.py.  Is that on purpose?

I'm new to threads and queues in python, so please excuse my ignorance, but 
wouldn't this disrupt proper shutdown?

Thanks.

Original issue reported on code.google.com by bucha...@gmail.com on 10 Oct 2013 at 8:37