forked from joejulian/gio
b2a99fddca
Running, for example, Window.Close during a FrameEvent processing doesn't end well on platforms that immediately destroys the window. This change defers callbacks to after the completing the current event. Fixes: https://todo.sr.ht/~eliasnaur/gio/340 Signed-off-by: Elias Naur <mail@eliasnaur.com>