Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

futures3-1.0.0-py3-none-any.whl (18.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page