MCPcopy Create free account
hub / github.com/F-Stack/f-stack / aeMain

Function aeMain

app/redis-6.2.6/src/ae.c:489–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489void aeMain(aeEventLoop *eventLoop) {
490 aeProcessEvents(eventLoop, AE_ALL_EVENTS|
491 AE_CALL_BEFORE_SLEEP|
492 AE_CALL_AFTER_SLEEP);
493}
494
495// void aeMain(aeEventLoop *eventLoop) {
496// if (eventLoop->beforesleep != NULL)

Callers 5

loopFunction · 0.85
benchmarkFunction · 0.85
execBenchmarkThreadFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

aeProcessEventsFunction · 0.85

Tested by

no test coverage detected