[ 原始碼: libio-stream-perl ]
套件:libio-stream-perl(2.0.3-3)
libio-stream-perl 的相關連結
Debian 的資源:
下載原始碼套件 libio-stream-perl:
- [libio-stream-perl_2.0.3-3.dsc]
- [libio-stream-perl_2.0.3.orig.tar.gz]
- [libio-stream-perl_2.0.3-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module that provides non-blocking I/O streams based on EV
Non-blocking event-based low-level I/O is hard to get right. Things become much worse when you need to alter I/O stream in some way - use proxies, encryption, SSL, etc.
IO::Stream is designed to give user ability to work with I/O streams on higher level, using input/output buffers (just scalars) and high-level events like CONNECTED, SENT or EOF. As same time it doesn't hide low-level things, and user still able to work on low-level without any limitations.
其他與 libio-stream-perl 有關的套件
|
|
|
|
-
- dep: libanyevent-perl
- event loop framework with multiple implementations
-
- dep: libev-perl
- Perl interface to libev, the high performance event loop
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language