Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNeRF/LichtFeld-Studio
/ join_plugin_preload
Function
join_plugin_preload
src/python/runner.cpp:810–814 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
808
}
809
810
void join_plugin_preload() {
811
if (g_plugin_preload_thread.thread.joinable()) {
812
g_plugin_preload_thread.thread.join();
813
}
814
}
815
816
void finalize() {
817
join_plugin_preload();
Callers
1
finalize
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected