Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
Thread Synchronize « Thread « Python
Python
Thread
Thread Synchronize
1.
Synchronize stdout access to avoid multiple prints on 1 line
2.
Uses simple shared global data to know when threads are done in parent/main thread
3.
Serialized by the mutex lock