On Sat, Oct 9, 2010 at 2:05 AM, Luca Invernizzi <[email protected]> wrote:
> Lionel, could you please take a look at
> https://code.edge.launchpad.net/~gtg-user/gtg/gtk-events/, in
> particular to GTG/tools/liblarch/synchronized.py?
> It defines a function decorator that executes a function only when
> there are no more events pending in gtk. Perhaps it could be useful in
> fixing liblarch, although it still crashes.
>

PS: since the gtk mainloop should not be executed by more than one
thread, it still misses a way to put threads to sleep instead of
making them execute the gtk mainloop. I'm looking at ways to do that,
perhaps using the event-after signal

_______________________________________________
Mailing list: https://launchpad.net/~gtg-contributors
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~gtg-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to