Skip to content

Commit 579b864

Browse files
committed
docs/_thread: Add a placeholder docs for _thread module.
Doesn't list specific API calls yet, the purpose is to let user know that the module exists.
1 parent 1b146e9 commit 579b864

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

docs/library/_thread.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

docs/library/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)