I would like to use the nice executors and threadpooling APIs but I am constrained to a Python 2 environment. I cannot upgrade to Python 3 due to another third party dependency.
The closest answer I found is: Concurrent in Python 2
I would like to use the nice executors and threadpooling APIs but I am constrained to a Python 2 environment. I cannot upgrade to Python 3 due to another third party dependency.
The closest answer I found is: Concurrent in Python 2
Found the following package for Python 2: https://pypi.python.org/pypi/futures
It says: Backport of the concurrent.futures package from Python 3.2
Trying it out.
© 2022 - 2024 — McMap. All rights reserved.