MCPcopy Create free account
hub / github.com/ddnet/ddnet / ~CDbConnectionPool

Method ~CDbConnectionPool

src/engine/server/databases/connection_pool.cpp:486–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486CDbConnectionPool::~CDbConnectionPool()
487{
488 OnShutdown();
489 if(m_pWorkerThread)
490 thread_wait(m_pWorkerThread);
491 if(m_pBackupThread)
492 thread_wait(m_pBackupThread);
493}

Callers

nothing calls this directly

Calls 1

thread_waitFunction · 0.85

Tested by

no test coverage detected