Calling the `Drop` impl of the user's `ApplicationHandler` is important on iOS and Web, since they don't return from `EventLoop::run_app`. And now that we reliably call `Drop`, the `ApplicationHandler::exited` event/callback is unnecessary; using `Drop` composes much better (open files etc. stored in the app state will be automatically flushed), and prevents weirdness like attempting to create a new window while exiting. |
||
|---|---|---|
| .. | ||
| data | ||
| util | ||
| application.rs | ||
| child_window.rs | ||
| control_flow.rs | ||
| dnd.rs | ||
| pump_events.rs | ||
| run_on_demand.rs | ||
| window.rs | ||
| x11_embed.rs | ||