ports/devel/p5-IO-BufferedSelect/pkg/DESCR

5 lines
231 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.