mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
6 lines
231 B
Plaintext
6 lines
231 B
Plaintext
This is a simple wrapper over the kqueue BSD event notification interface
|
|
(supported on FreeBSD, NetBSD, OpenBSD, and Darwin). It uses the FFI gem to
|
|
avoid having to compile a C extension.
|
|
|
|
WWW: https://github.com/mat813/rb-kqueue
|