blob: 748c72c733bba26de8eef4e8163403e0f43d151d (
plain)
1
2
3
4
5
6
7
|
The :mod:`!concurrent` package
==============================
This package contains the following modules:
* :mod:`concurrent.futures` -- Launching parallel tasks
* :mod:`concurrent.interpreters` -- Multiple interpreters in the same process
|