>> It depends on the toolkit you use. Qt has thread-safe custom events in
>> 3.x, and afaik signal/slots (and thus events) are generally thread-safe
>> in 4.x. So, no problems there.
>>
>> Diez
> 
> Aha...So you do not use polling there (in Qt), correct ?

You don't need to, no.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to