File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ :mod: `_thread ` -- multithreading support
2+ ========================================
3+
4+ .. module :: _thread
5+ :synopsis: multithreading support
6+
7+ |see_cpython_module | :mod: `python:_thread `.
8+
9+ This module implements multithreading support.
10+
11+ This module is highly experimental and its API is not yet fully settled
12+ and not yet described in this documentation.
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ it will fallback to loading the built-in ``ujson`` module.
8888 ustruct.rst
8989 utime.rst
9090 uzlib.rst
91+ _thread.rst
9192
9293.. only :: port_pyboard
9394
@@ -114,6 +115,7 @@ it will fallback to loading the built-in ``ujson`` module.
114115 ustruct.rst
115116 utime.rst
116117 uzlib.rst
118+ _thread.rst
117119
118120.. only :: port_wipy
119121
You can’t perform that action at this time.
0 commit comments