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