freebsd-ports/devel/p5-IO-BufferedSelect/pkg-descr
Li-Wen Hsu 1ac6f0e9c4 Add p5-IO-BufferedSelect 1.0, line-buffered select interface.
PR:		ports/128970
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
2008-11-19 20:30:33 +00:00

8 lines
337 B
Text

IO::BufferedSelect - Line-buffered select interface
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.
WWW: http://search.cpan.org/dist/IO-BufferedSelect/