1The :mod:`concurrent` package
2=============================
3
4Currently, there is only one module in this package:
5
6* :mod:`concurrent.futures` -- Launching parallel tasks
7