mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
5 lines
231 B
Plaintext
5 lines
231 B
Plaintext
The purpose of this module is to implement a buffered version of the select
|
|
interface that operates on lines, rather than characters. Given a set of
|
|
filehandles, it will block until a full line is available on one or more of
|
|
them.
|