File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ \section{\module{dummy_thread} ---
22 Drop-in replacement for the \module {thread} module }
33
44\declaremodule [dummythread]{standard}{dummy_thread}
5- \modulesynopsis {Drop-in replacement for the thread module.}
5+ \modulesynopsis {Drop-in replacement for the \refmodule { thread} module.}
66
7- This module provides a duplicate interface to the \refmodule {thread} module. It
8- is meant to be imported when the \module {thread} module is not provided on a
9- platform.
7+ This module provides a duplicate interface to the \refmodule {thread}
8+ module. It is meant to be imported when the \refmodule {thread} module
9+ is not provided on a platform.
1010
1111Suggested usage is:
1212
Original file line number Diff line number Diff line change 1- \section {\module {dummy_thread } ---
1+ \section {\module {dummy_threading } ---
22 Drop-in replacement for the \module {threading} module }
33
44\declaremodule [dummythreading]{standard}{dummy_threading}
5- \modulesynopsis {Drop-in replacement for the threading module.}
5+ \modulesynopsis {Drop-in replacement for the \refmodule { threading} module.}
66
7- This module provides a duplicate interface to the \refmodule {threading} module. It
8- is meant to be imported when the \module {threading} module is not provided on a
9- platform.
7+ This module provides a duplicate interface to the
8+ \refmodule {threading} module. It is meant to be imported when the
9+ \refmodule {thread} module is not provided on a platform.
1010
1111Suggested usage is:
1212
Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ \section{\module{thread} ---
1818The module is optional. It is supported on Windows, Linux, SGI
1919IRIX, Solaris 2.x, as well as on systems that have a \POSIX {} thread
2020(a.k.a. `` pthread'' ) implementation. For systems lacking the \module {thread}
21- module, the \refmodule {dummy_thread} module is available. It duplicates this
22- module's interface and can be used as a drop-in replacement.
21+ module, the \refmodule [dummythread]{dummy_thread} module is available.
22+ It duplicates this module's interface and can be
23+ used as a drop-in replacement.
2324\index {pthreads}
2425\indexii {threads}{\POSIX }
2526
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ \section{\module{threading} ---
88This module constructs higher-level threading interfaces on top of the
99lower level \refmodule {thread} module.
1010
11- The \refmodule {dummy_threading} module is provided for situations where
12- \module {threading} cannot be used because \module {thread} is missing.
11+ The \refmodule [dummythreading]{dummy_threading} module is provided for
12+ situations where \module {threading} cannot be used because
13+ \refmodule {thread} is missing.
1314
1415This module is safe for use with \samp {from threading import *}. It
1516defines the following functions and objects:
You can’t perform that action at this time.
0 commit comments