thread
thread — Multiple threads of control
Note
The thread
module has been renamed to _thread
in Python 3. The 2to3 tool will automatically adapt imports when converting your sources to Python 3; however, you should consider using the high-level threading
module instead.
This module provides low-level primitives for working with multiple threads (also called <