Hey,

2010/10/14 E L <[email protected]>:
> >From the docs I know that a thread needs to getUpdateLock() before
> modifying widgets.  If a thread (with lock) calls emit() on a signal,
> will the connected methods be called from that thread, or wait until
> the main event loop runs?  What affect would calling triggerUpdate()

They are called immediately. There is no form of queueing in the signals.

> from the thread have on the execution of the connected methods?

I guess that question depended on a scenario where they are diverted.
The triggerUpdate() method only propagates changes to the widget tree
to the client.

Regards,
koen

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to