threading
jesso1607_at_rogers.com
Date: 06/29/04
- Next message: Piet: "wxPython: wxGrid vs. wxListCtrl"
- Previous message: Brad Clements: "Re: embedded python?"
- Next in thread: Peter Hansen: "Re: threading"
- Reply: Peter Hansen: "Re: threading"
- Maybe reply: Tim Williams (gmail): "Re: threading"
- Maybe reply: Tim Williams (gmail): "Re: threading"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Jun 2004 14:36:50 -0400 To: <python-list@python.org>
I want to get results from a thread from the main thread. In C I would use pthread_join to wait for the thread and access the result in a paramter I passed to pthread_join.
In python I can wait with join, but how would you get a result from the thread?
Thanks for any help,
Jason
- Next message: Piet: "wxPython: wxGrid vs. wxListCtrl"
- Previous message: Brad Clements: "Re: embedded python?"
- Next in thread: Peter Hansen: "Re: threading"
- Reply: Peter Hansen: "Re: threading"
- Maybe reply: Tim Williams (gmail): "Re: threading"
- Maybe reply: Tim Williams (gmail): "Re: threading"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]