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 18:59:18 -04:00 committed by GitHub
parent 9411e020aa
commit 09c7594810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,11 @@ public:
# endif
}
#endif
#ifdef HAVE_EPOLL_WAIT
static bool waitOnAsynchronousConnects(const UVector<UEventFd *>& waiting, int timeoutMS = -1);
#endif
// READ - WRITE
// param timeoutMS specified the timeout value, in milliseconds.