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.
pull/3429/head
Paul Sokolovsky 2017-11-10 00:09:43 +02:00
rodzic 1b146e9de9
commit 579b86451d
2 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,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.

Wyświetl plik

@ -88,6 +88,7 @@ it will fallback to loading the built-in ``ujson`` module.
ustruct.rst
utime.rst
uzlib.rst
_thread.rst
.. only:: port_pyboard
@ -114,6 +115,7 @@ it will fallback to loading the built-in ``ujson`` module.
ustruct.rst
utime.rst
uzlib.rst
_thread.rst
.. only:: port_wipy