The latest version for concurrent.futures package from Python 3
Project description
This is a port of concurrent.futures standard library module of Python 3.
There are different versions of the concurrent.futures code, for each version of Python 3. This package contains the latest code from CPython master branch with small changes to make it compatible with both Python 3.6 and Python 3.7.
It does not work with Python 2, but for that you can use pythonfutures.
To install it, simply run:
pip install futures3
To import it:
from futures3.thread import ThreadPoolExecutor from futures3.process import ProcessPoolExecutor
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
futures3-1.0.0.tar.gz
(15.6 kB
view details)
Built Distribution
futures3-1.0.0-py3-none-any.whl
(18.0 kB
view details)
File details
Details for the file futures3-1.0.0.tar.gz
.
File metadata
- Download URL: futures3-1.0.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12750f871ad31eba4deeac6c087963be72638cc6f570b90f927678a718574734 |
|
MD5 | 897f50d198bd4bc0f60415dea4b5bb56 |
|
BLAKE2b-256 | 25ddb24113dd882b58c4118c28336a8dfdeda3b67f47957cbed784cd9ae36bf8 |
File details
Details for the file futures3-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: futures3-1.0.0-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 391db911b167d2677e16a28102b09f7e3dd6c0f381ca883cfb3416935b580e3f |
|
MD5 | 966a5b203b39c60988149ab949a3c392 |
|
BLAKE2b-256 | c11b348d0fd38cee417c9208d7dd80ab12b07b8dcb6e96507b04b95160fbd6d2 |