We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533ceef commit 82b22c7Copy full SHA for 82b22c7
Doc/library/threading.rst
@@ -50,7 +50,8 @@ level :mod:`_thread` module.
50
Introduction
51
------------
52
53
-The :mod:`threading` module provides a way to run multiple threads (smaller
+The :mod:`threading` module provides a way to run multiple `threads
54
+<https://en.wikipedia.org/wiki/Thread_(computing)>`_ (smaller
55
units of a process) concurrently within a single process. It allows for the
56
creation and management of threads, making it possible to execute tasks in
57
parallel, sharing memory space. Threads are particularly useful when tasks are
0 commit comments