polling/src
Alan Somers cebf394ca6
Future-proof the kevent API (#56)
In FreeBSD 12, kevent grew some extra fields.  libc currently implements
a FreeBSD 11 ABI, but that will change some day.  Tweak the kevent
initialization so it will compile with either version.
2022-12-13 12:16:19 +09:00
..
epoll.rs
kqueue.rs Future-proof the kevent API (#56) 2022-12-13 12:16:19 +09:00
lib.rs
poll.rs
port.rs
wepoll.rs