MCPcopy Index your code
hub / github.com/encounter/objdiff / EguiWaker

Class EguiWaker

objdiff-gui/src/jobs.rs:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
19
20struct EguiWaker(egui::Context);
21
22impl Wake for EguiWaker {
23 fn wake(self: Arc<Self>) { self.0.request_repaint(); }

Callers 1

egui_wakerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected