Files
pkgsrc-ng/devel/p5-PerlIO-via-Timeout/DESCR
T
2016-11-18 22:39:22 +01:00

7 lines
263 B
Plaintext

This package implements a PerlIO layer, that adds read/write
timeout. This can be useful to avoid blocking while accessing
a handle (file, socket, ...), and fail after some time.
The timeout is implemented by using <select> on the handle
before reading/writing.