summaryrefslogtreecommitdiff
path: root/sysutils/p5-IO-KQueue/DESCR
blob: a6292c82222fe37492f1ce951cef609c161c7ec6 (plain)
1
2
3
4
5
6
This module provides a fairly low level interface to the BSD kqueue(2) system
call, allowing you to monitor for changes on sockets, files, processes and
signals.

Usage is very similar to the kqueue system calls, so having read and
understood the kqueue(2) man page is a usage prereqisite.