Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

what is thread in python

A thread is a separate flow of execution. This means that your program will have two things happening at once. But for most Python 3 implementations the different threads do not actually execute at the same time: they merely appear to.
Source by www.pythontutorial.net #
 
PREVIOUS NEXT
Tagged: #thread #python
ADD COMMENT
Topic
Name
9+7 =