MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / pythonLaunch

Function pythonLaunch

source/mrviewerpy/MRPythonViewer.cpp:143–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141};
142
143void pythonLaunch( const MR::Viewer::LaunchParams& params, const MinimalViewerSetup& setup )
144{
145 std::thread launchThread { [=]
146 {
147 MR::SetCurrentThreadName( "PythonAppLaunchThread" );
148 MR::launchDefaultViewer( params, setup );
149 } };
150 launchThread.detach();
151}
152
153} // namespace
154

Callers

nothing calls this directly

Calls 2

SetCurrentThreadNameFunction · 0.85
launchDefaultViewerFunction · 0.85

Tested by

no test coverage detected