diff options
| author | Paul Sokolovsky | 2017-11-10 00:09:43 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2017-11-10 00:09:43 +0200 |
| commit | 579b86451dba202d573c4c22790ebe3d8ddac060 (patch) | |
| tree | 5814bbe54f3777bb8798735d79c0084f5ba610cb /docs/library/_thread.rst | |
| parent | 1b146e9de97708b70c3ad96022886e2ce44d246d (diff) | |
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.
Diffstat (limited to 'docs/library/_thread.rst')
| -rw-r--r-- | docs/library/_thread.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/library/_thread.rst b/docs/library/_thread.rst new file mode 100644 index 000000000..47c1c2392 --- /dev/null +++ b/docs/library/_thread.rst @@ -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. |
