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

Function aeGetSetSize

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

Return the current set size. */

Source from the content-addressed store, hash-verified

104
105/* Return the current set size. */
106int aeGetSetSize(aeEventLoop *eventLoop) {
107 return eventLoop->setsize;
108}
109
110/* Tells the next iteration/s of the event processing to set timeout of 0. */
111void aeSetDontWait(aeEventLoop *eventLoop, int noWait) {

Callers 1

updateMaxclientsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected