Python - Thread - Basics


/ Published in: Python
Save to your folder(s)

Basic thread example showing how to create a class inheriting from threading.Thread class. For more information, take a look at the following links: http://docs.python.org/library/thread.html http://docs.python.org/library/threading.html http://www.ibm.com/developerworks/aix/library/au-threadingpython/ http://effbot.org/zone/thread-synchronization.htm

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.