
futures 3.4.0
0
Backport of the concurrent.futures package from Python 3
Contents
Backport of the concurrent.futures package from Python 3
Stars: 235, Watchers: 235, Forks: 46, Open Issues: 5The agronholm/pythonfutures repo was created 10 years ago and the last code push was 3 years ago.
The project is popular with 235 github stars!
How to Install futures
You can install futures using pip
pip install futures
or add it to a project with poetry
poetry add futures
Package Details
- Author
- Brian Quinlan
- License
- PSF
- Homepage
- https://github.com/agronholm/pythonfutures
- PyPi:
- https://pypi.org/project/futures/
- GitHub Repo:
- https://github.com/agronholm/pythonfutures
Classifiers
Related Packages
Errors
A list of common futures errors.
Code Examples
Here are some futures code examples and snippets.
pythonfix