Thread join example

Wesley J. Chun wesc at deirdre.org
Tue Mar 20 15:19:39 EST 2001


<Úÿ¿¢û`	

    > From: seung-won hwang <shwang5 at students.uiuc.edu>
    > Subject: Thread join example
    > Date: Tue, 20 Mar 2001 13:59:08 -0600
    >
    > I am looking for a code example which contains thread join. I would
    > appreciate your help very much!


i put a small chapter on multithreaded programming in Core Python
Programming, including several simple code examples using the join()
method of Thread objects which come from the threading module.

click on the book URL below and hunt down the Chapter 17 code samples.

hope this helps!

-wesley

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Silicon Valley-SF Bay Area Python users group:  http://baypiggies.org

"Core Python Programming", Prentice Hall PTR, December 2000
    http://starship.python.net/crew/wesc/cpp/

wesley.j.chun :: wesc at baypiggies.org
cyberweb.consulting :: silicon.valley, ca
http://www.roadkill.com/~wesc/cyberweb/




More information about the Python-list mailing list