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

Supported by

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