blob: add78787a2a461ba7cd22b4b83264e7ac03936e4 (
plain)
1
2
3
4
|
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.
|