MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / StopThread

Method StopThread

src/Nazara/Audio/Music.cpp:441–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 }
440
441 void Music::StopThread()
442 {
443 if (m_impl->streaming)
444 {
445 m_impl->streaming = false;
446 m_impl->thread.Join();
447 }
448 }
449
450 MusicLoader::LoaderList Music::s_loaders;
451}

Callers

nothing calls this directly

Calls 1

JoinMethod · 0.45

Tested by

no test coverage detected