Newbie Thread question

Matthew matthewm at ihug.co.nz
Sun Dec 10 23:10:37 EST 2000


Hi Everyone,

I've got thread stuff working by sub-classing threading.Thread, but
haven't be able to figure out how to use them by calling a runnable
target. Something like:

dog1 = threading.Thread(None, Dog().bark())

I suspect I'm horribly off the mark with this one!

I checked the faq and a few other places and there seems to little to no
docs to get one started - any urls i've missed.

Any help really appreciated. Thanks, Matthew.




More information about the Python-list mailing list