Hello,

So we have currently a bug showing up for some people, that is
actually related to how we handle event when a callback is registered
from within a call triggered by that same event. There is a few
possible behavior :

- Do not call the callback until the next time the event is triggered.
- If inserted before the currently executed callback, do not call, if
after do trigger the call.
- Trigger the call whatever the position of insertion (maybe even
trigger it right away if it was inserted before)

I am leaning toward the first case, but I am not really sure this is a
good idea in all case. Any one with a good reason why we should do any
of the other possibility ?

Have fun,
-- 
Cedric BAIL

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to