• Show log

    Commit

  • Hash : 117ee9a0
    Author : Dmitry Antipov
    Date : 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.