The Python client library already has some support for threading. I
doubt threading will ever be added to the current C client library. The
code is too messy. There were plans to reimplement the C client with a
cleaner design and thread support, but nobody is planning on actually
coding it AFAIK.
> The C client library does not support threading. If you use picogui in a
> multithreaded program, you may only make PicoGUI API calls from one
> thread.
>
> On Tue, Jul 22, 2003 at 12:48:15PM +0200, Marine Martin-Guillerez wrote:
> > For displaying an image can we include the function for displa
The C client library does not support threading. If you use picogui in a
multithreaded program, you may only make PicoGUI API calls from one
thread.
On Tue, Jul 22, 2003 at 12:48:15PM +0200, Marine Martin-Guillerez wrote:
> For displaying an image can we include the function for display this imag
For displaying an image can we include the function
forĀ display this image in a thread but it doesn't work. A thread call the
function pgUpDate and it doesn't return of this function pgUpDate.
Someone can help us ?
Thanks for your response.
Marine