About object reference and threads

Grumfish nobody at nowhere.com
Mon Jan 27 12:58:01 EST 2003


How do I tell a Thread object what Queue object to use? I have a
parent object that has a Queue and a Thread as members. I want the
parent object to create the thread, tell it to write to to the Queue
object, then start the Thread. How do I do this? How do I get a
reference to an object?




More information about the Python-list mailing list