| 487 | } |
| 488 | |
| 489 | void 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) |
no test coverage detected