pkgsrc/sysutils/p5-IO-BufferedSelect/DESCR
obache 2bb56b7d2a Import p5-IO-BufferedSelect-1.0 as sysutils/p5-IO-BufferedSelect.
Based on PR#45262 by Brian De Wolf, some fixes by me.

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.
2011-08-30 11:39:28 +00:00

4 lines
231 B
Text

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.