MCPcopy Create free account
hub / github.com/LabSound/LabSound / loadAsynchronously

Method loadAsynchronously

src/internal/src/HRTFPanner.cpp:173–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void HRTFDatabaseLoader::loadAsynchronously()
174{
175 std::lock_guard<std::mutex> lock(m_threadLock);
176
177 if (!m_hrtfDatabase.get() && !m_loading)
178 {
179 m_databaseLoaderThread = std::thread(databaseLoaderEntry, this);
180 }
181}
182
183bool HRTFDatabaseLoader::isLoaded() const
184{

Callers 2

loadHrtfDatabaseMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected