join in threads
anton wilson
anton.wilson at camotion.com
Thu Jul 25 15:16:58 EDT 2002
More information about the Python-list mailing list
Thu Jul 25 15:16:58 EDT 2002
- Previous message (by thread): Tkinter Grid manager question redux
- Next message (by thread): join in threads
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is there a reason why join is only available for threads created with the threading library? Is there some architectural drawback why I couldn't just release the GIL, pthread_join, and then grab the GIL when I'm done? I'm not sure what the threading module does but it doesn't seem to use the system's join functionality but somehow implements it on its own. Anton
- Previous message (by thread): Tkinter Grid manager question redux
- Next message (by thread): join in threads
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list