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

Method ~CLoggerAsync

src/base/log.cpp:257–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 aio_unlock(m_pAio);
256 }
257 ~CLoggerAsync() override
258 {
259 if(m_Close)
260 {
261 aio_close(m_pAio);
262 }
263 aio_wait(m_pAio);
264 aio_free(m_pAio);
265 }
266 void GlobalFinish() override
267 {
268 if(m_Close)

Callers

nothing calls this directly

Calls 3

aio_closeFunction · 0.85
aio_waitFunction · 0.85
aio_freeFunction · 0.85

Tested by

no test coverage detected