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