MCPcopy 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
150void 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

setRunningMethod · 0.80
launchMethod · 0.80
~MLClientTransportMethod · 0.80

Calls 2

beforeStop_Function · 0.85
joinMethod · 0.45

Tested by

no test coverage detected