blob: 47c1c2392d80a0890aec61395ffbe6b8c0449f82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
:mod:`_thread` -- multithreading support
========================================
.. module:: _thread
:synopsis: multithreading support
|see_cpython_module| :mod:`python:_thread`.
This module implements multithreading support.
This module is highly experimental and its API is not yet fully settled
and not yet described in this documentation.
|