mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Add dummy_thread[ing] sections and reference these from libthread[ing].
This commit is contained in:
parent
ad50ca91a9
commit
2969233f9a
3 changed files with 8 additions and 1 deletions
|
|
@ -8,6 +8,9 @@
|
|||
This module constructs higher-level threading interfaces on top of the
|
||||
lower level \refmodule{thread} module.
|
||||
|
||||
The \refmodule{dummy_threading} module is provided for situations where
|
||||
\module{threading} cannot be used because \module{thread} is missing.
|
||||
|
||||
This module is safe for use with \samp{from threading import *}. It
|
||||
defines the following functions and objects:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue