Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
struct EguiWaker(egui::Context);
21
22
impl Wake for EguiWaker {
23
fn wake(self: Arc<Self>) { self.0.request_repaint(); }
Callers
1
egui_waker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected