Added
- Add
EventLoopExtRegister::register_appfor being explicit about how the event loop runs on Web. - Add
EventLoopExtNeverReturn::run_app_never_returnfor being explicit about how the event loop runs on iOS.
Changed
- On Web, avoid throwing an exception in
EventLoop::run_app, instead preferring to return to the caller. This requires passing a'staticapplication t...