Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNeRF/LichtFeld-Studio
/ set_main_loop_wake_callback
Function
set_main_loop_wake_callback
src/python/python_runtime.cpp:240–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
void set_main_loop_wake_callback(MainLoopWakeCallback cb) {
241
g_main_loop_wake_callback = cb;
242
}
243
244
// Operation context (short-lived)
245
void set_scene_for_python(core::Scene* scene) { g_scene_for_python = scene; }
Callers
1
setupPythonBridge
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected