Path to this page:
Subject: CVS commit: pkgsrc/sysutils/p5-IO-BufferedSelect
From: OBATA Akio
Date: 2011-08-30 13:39:29
Message id: 20110830113929.3A265175DD@cvs.netbsd.org
Log Message:
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.
Files: