79e10c9471
This is a simple wrapper over the kqueue (supported on FreeBSD, NetBSD, OpenBSD, and Darwin). It uses the FFI gem to avoid having to compile a C extension. API documentation is available on rdoc.info: http://rdoc.info/projects/mat813/rb-kqueue.
6 lines
247 B
Text
6 lines
247 B
Text
This is a simple wrapper over the kqueue (supported on FreeBSD, NetBSD,
|
|
OpenBSD, and Darwin). It uses the FFI gem to avoid having to compile a C
|
|
extension.
|
|
|
|
API documentation is available on rdoc.info:
|
|
http://rdoc.info/projects/mat813/rb-kqueue.
|