agronholm / pythonfutures

Backport of the concurrent.futures package to Python 2.6 and 2.7
Other
232 stars 51 forks source link

Mark job as done #70

Closed hugobranquinho closed 6 years ago

hugobranquinho commented 6 years ago

In order to know how many jobs are running ThreadPoolExecutor()._work_queue.unfinished_tasks

agronholm commented 6 years ago

Upstream code does not do this so this backport shouldn't either. But if you get this change upstreamed, you can ask for the same change here.

hugobranquinho commented 6 years ago

Sorry, didn't understand your comment.. Should i add this to other place?

agronholm commented 6 years ago

This project is a backport of the concurrent.futures module from Python 3. If you want new functionality, you should get it added to Python's standard library first.