Is there a python 2 backport for the concurrency.futures package from python 3
Asked Answered
U

1

7

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

Unaneled answered 21/2, 2017 at 20:30 Comment(0)
U
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.

Unaneled answered 22/2, 2017 at 7:33 Comment(1)
I used that for python 2.7. Installed it (i.e. python-concurrent.futures) using Synaptic Package Manager (for ubuntu user) instead.Marketable

© 2022 - 2024 — McMap. All rights reserved.