forked from joejulian/gio
bc481ea784
The frame callback for macOS comes in from a different thread than the UI thread. Serialize event handling to maintain the invariant that only one event is processed at a time. Signed-off-by: Elias Naur <mail@eliasnaur.com>