Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: d56cd4006a1c5e07b0bf69fad9fc8e2fbf6aa855 authored by Ned Deily on 27 June 2020, 09:14:00 UTC
3.6.11
Tip revision: d56cd40
concurrent.rst
The :mod:`concurrent` package
=============================

Currently, there is only one module in this package:

* :mod:`concurrent.futures` -- Launching parallel tasks
back to top