Jump to content

Python: Difference between revisions

88 bytes added ,  11 December 2020
Line 324: Line 324:
==Multithreading==
==Multithreading==
===threading===
===threading===
<code>import threading</code>
[https://docs.python.org/3/library/threading.html?highlight=threading#module-threading <code>import threading</code>]


Use <code>threading.Thread</code> to create a thread.
Use <code>threading.Thread</code> to create a thread.