MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / wakeEventLoopViaServices

Function wakeEventLoopViaServices

src/visualizer/visualizer_impl.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 namespace {
49
50 void wakeEventLoopViaServices() {
51 if (auto* const window_manager = services().windowOrNull()) {
52 window_manager->wakeEventLoop();
53 }
54 }
55
56 constexpr double kResizeSettleMinWaitSeconds = 0.001;
57

Callers

nothing calls this directly

Calls 1

wakeEventLoopMethod · 0.80

Tested by

no test coverage detected