1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00

Update notifier.h

This commit is contained in:
Victor Stewart 2020-05-21 20:48:40 -04:00 committed by GitHub
parent b9352af601
commit 29bed82670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,7 @@ public:
#endif #endif
#ifdef HAVE_EPOLL_WAIT #ifdef HAVE_EPOLL_WAIT
// this timeout does not include time spent in event handlers, only time waiting on epoll
static bool waitOnAsynchronousBatch(const UVector<UEventFd *>& waiting, int op, int timeoutMS = -1); static bool waitOnAsynchronousBatch(const UVector<UEventFd *>& waiting, int op, int timeoutMS = -1);
#endif #endif