mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
290 B
Plaintext
7 lines
290 B
Plaintext
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.
|