any1 / aml

Another Main Loop
ISC License
17 stars 7 forks source link

Add out-of-band events to `aml_events` #10

Closed any1 closed 2 years ago

any1 commented 2 years ago

In epoll this is called EPOLLPRI and in kqueue, it's called EV_OOBAND using the EVFILT_EXCEPT filter.

any1 commented 2 years ago

Implemented in 21471fddec391f5cf183821d5b26e31d5d884856