You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
351 B
13 lines
351 B
7 years ago
|
: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.
|