Multiple threads in a GUI app (wxPython), communication between worker thread and app?

Paul Rubin http
Mon May 2 22:55:16 EDT 2005


"fooooo" <phark52 at yahoo.com> writes:
> Thanks for the replies. I have a Queue object in the main GUI thread,
> this gets passed to all the worker threads and they add items to it.
> This is all well and good, but what is a good way to get the GUI thread
> to send items back to the worker threads?

Use another Queue.



More information about the Python-list mailing list