Commit 117ee9a03fc74617e378f755c6b25005ac0e954f

Dmitry Antipov 2022-09-15T14:06:50

epoll: use epoll_pwait2() if available On GNU/Linux with epoll backend, prefer epoll_pwait2() if available, which is useful to support the timeout with microsecond precision.