MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / aeStop

Function aeStop

src/ae.cpp:422–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422extern "C" void aeStop(aeEventLoop *eventLoop) {
423 serverAssert(g_eventLoopThisThread == NULL || g_eventLoopThisThread == eventLoop);
424 eventLoop->stop = 1;
425}
426
427extern "C" int aeCreateFileEvent(aeEventLoop *eventLoop, int fd, int mask,
428 aeFileProc *proc, void *clientData)

Callers 6

freeClientFunction · 0.85
freeClientFunction · 0.85
clientDoneFunction · 0.85
showThroughputFunction · 0.85
connectCallbackFunction · 0.85
disconnectCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected