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