Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 1015e38be4a52488a506ccb311ab7b23e46f9fa9 authored by Ned Deily on 12 June 2018, 04:24:03 UTC
3.6.6rc1
Tip revision: 1015e38
concurrent.rst
The :mod:`concurrent` package
=============================

Currently, there is only one module in this package:

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