brettcannon / caniusepython3

Can I Use Python 3?
Apache License 2.0
412 stars 64 forks source link

futures is a backport from Python 3's standard library #187

Closed hugovk closed 6 years ago

hugovk commented 6 years ago

This is a backport of the concurrent.futures standard library module to Python 2.

https://pypi.org/project/futures/

brettcannon commented 6 years ago

Thanks!