[ 源代码: libio-multiplex-perl ]
软件包:libio-multiplex-perl(1.16-3)
libio-multiplex-perl 的相关链接
Debian 的资源:
下载源码包 libio-multiplex-perl:
- [libio-multiplex-perl_1.16-3.dsc]
- [libio-multiplex-perl_1.16.orig.tar.gz]
- [libio-multiplex-perl_1.16-3.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- gregor herrmann (QA 页面)
- Ansgar Burchardt (QA 页面)
- Salvatore Bonaccorso (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
object-oriented interface to select() for Perl
IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the select() system call. In addition to maintaining the select() loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets.