8b5bb5e7fc
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 RG: https://rubygems.org/gems/rb-kqueue
6 lines
272 B
Text
6 lines
272 B
Text
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
|
|
RG: https://rubygems.org/gems/rb-kqueue
|