If you try to use `EventLoop::run_return` API in a way that you do on demand polling of events it won't actually poll, since in such strategy the `ControlFlow::Exit` is sent right before Wayland backend starts to poll. This was observed with smithay compositor Anvil which was doing this particular thing leading to GNOME thinking that app isn't responding, due to connection not being polled. |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| proxy.rs | ||
| sink.rs | ||
| state.rs | ||