diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-02 19:13:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 19:13:07 (GMT) |
commit | 72cad6cfe5e8d0b424bdd224feee6a22631ec3e6 (patch) | |
tree | 2254c6bea85fbfc25db23b73174a62b5ecd6ee59 /Doc/library/threading.rst | |
parent | 698b52c8791122e1e2a0aaa8708544c1a7cda68f (diff) | |
download | cpython-72cad6cfe5e8d0b424bdd224feee6a22631ec3e6.zip cpython-72cad6cfe5e8d0b424bdd224feee6a22631ec3e6.tar.gz cpython-72cad6cfe5e8d0b424bdd224feee6a22631ec3e6.tar.bz2 |
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
(cherry picked from commit e3b6ff19aaa318a813130ba9ad2ab0a332f27feb)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Doc/library/threading.rst')
-rw-r--r-- | Doc/library/threading.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index cc266fa..9511eae 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -33,6 +33,7 @@ level :mod:`_thread` module. See also the :mod:`queue` module. However, threading is still an appropriate model if you want to run multiple I/O-bound tasks simultaneously. +.. include:: ../includes/wasm-notavail.rst This module defines the following functions: |