_thread.rst 351 B

123456789101112
  1. :mod:`_thread` -- multithreading support
  2. ========================================
  3. .. module:: _thread
  4. :synopsis: multithreading support
  5. |see_cpython_module| :mod:`python:_thread`.
  6. This module implements multithreading support.
  7. This module is highly experimental and its API is not yet fully settled
  8. and not yet described in this documentation.