Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ stop
Method
stop
source/MRViewer/MRSplashWindow.cpp:150–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
void SplashWindow::stop()
151
{
152
if ( thread_.joinable() )
153
{
154
beforeStop_();
155
terminate_ = true;
156
thread_.join();
157
}
158
}
159
160
#ifndef __EMSCRIPTEN__
161
Callers
3
setRunning
Method · 0.80
launch
Method · 0.80
~MLClientTransport
Method · 0.80
Calls
2
beforeStop_
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected