7 lines
247 B
Text
7 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.
|