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

Function aeGetCurrentEventLoop

src/ae.cpp:365–367  ·  view source on GitHub ↗

Return the current EventLoop. */

Source from the content-addressed store, hash-verified

363
364/* Return the current EventLoop. */
365aeEventLoop *aeGetCurrentEventLoop(){
366 return g_eventLoopThisThread;
367}
368
369/* Tells the next iteration/s of the event processing to set timeout of 0. */
370void aeSetDontWait(aeEventLoop *eventLoop, int noWait) {

Callers 1

updateMaxclientsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected