Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ aio_close
Function
aio_close
src/base/aio.cpp:285–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
}
284
285
void aio_close(ASYNCIO *aio)
286
{
287
{
288
CLockScope ls(aio->lock);
289
aio->finish = ASYNCIO_CLOSE;
290
}
291
sphore_signal(&aio->sphore);
292
}
293
294
void aio_wait(ASYNCIO *aio)
295
{
Callers
4
OnShutdown
Method · 0.85
Expect
Method · 0.85
~CLoggerAsync
Method · 0.85
GlobalFinish
Method · 0.85
Calls
1
sphore_signal
Function · 0.85
Tested by
1
Expect
Method · 0.68