Closed any1 closed 2 years ago
In epoll this is called EPOLLPRI and in kqueue, it's called EV_OOBAND using the EVFILT_EXCEPT filter.
epoll
EPOLLPRI
kqueue
EV_OOBAND
EVFILT_EXCEPT
Implemented in 21471fddec391f5cf183821d5b26e31d5d884856
In
epoll
this is calledEPOLLPRI
and inkqueue
, it's calledEV_OOBAND
using theEVFILT_EXCEPT
filter.