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: 232, Watchers: 232, Forks: 51, Open Issues: 6The agronholm/pythonfutures
repo was created 9 years ago and the last code push was 1 years ago.
The project is popular with 232 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.