wayray/crates/wrclient
Till Wegmueller a7ad184774 Use EventLoopProxy for efficient frame wake instead of busy-poll
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.
2026-04-07 19:49:33 +02:00
..
src Use EventLoopProxy for efficient frame wake instead of busy-poll 2026-04-07 19:49:33 +02:00
Cargo.toml Add missing display.rs and wrclient display dependencies 2026-04-07 17:51:40 +02:00