polling/src
John Nunley a5aae98805
feat: Expose other kqueue filters (#83)
* feat: Expose other kqueue filters

* Fix netbsd/openbsd compilation

* Build MSRV for FreeBsd/OpenBsd in CI

* Only run MSRV BSD builds on Linux

* Change API a little + fix netbsd timer

* Add inlines + move PollerSealed

* rustfmt

* Make filter fields public

* Fix examples
2023-02-03 11:14:33 -08:00
..
os feat: Expose other kqueue filters (#83) 2023-02-03 11:14:33 -08:00
epoll.rs Add level and edge triggered modes to the poller (#59) 2022-12-30 14:43:47 -08:00
kqueue.rs feat: Expose other kqueue filters (#83) 2023-02-03 11:14:33 -08:00
lib.rs feat: Expose other kqueue filters (#83) 2023-02-03 11:14:33 -08:00
os.rs feat: Expose other kqueue filters (#83) 2023-02-03 11:14:33 -08:00
poll.rs bugfix: Prevent large timeouts from causing panics (#71) 2023-01-07 19:35:46 -08:00
port.rs Use port_send for event ports (#74) 2023-01-12 21:35:28 -08:00
wepoll.rs bugfix: Prevent large timeouts from causing panics (#71) 2023-01-07 19:35:46 -08:00