mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-10 21:20:40 +00:00
Replace ControlFlow::Poll (CPU-hungry busy loop) with an EventLoopProxy that the network thread uses to wake the winit event loop only when a new frame arrives. Zero CPU when idle, instant wake on new frames. |
||
|---|---|---|
| .. | ||
| display.rs | ||
| input.rs | ||
| main.rs | ||
| network.rs | ||