Tied Filehandles for Nonblocking IO with Object Callbacks
IO::Event provides a object-based callback system for handling nonblocking
IO. The design goal is to provide a system that just does the right thing
w/o the user needing to think about it much.
All APIs are kept as simple as possible yet at the same time, all
functionality is accesible if needed. Simple things are easy. Hard things
are possible.
Most of the time file handling syntax will work fine: '<$filehandle>' and
'print $filehandle 'stuff''.
IO::Event provides automatic buffering of output (with a callback to
throttle). It provides automatic line-at-a-time input.
After initial setup, call 'IO::Event::loop()'.
IO::Event was originally written to use the Event manpage. IO::Event still
defaults to using the Event manpage but it can now use the AnyEvent manpage
or its own event loop.
- Sources inherited from project openSUSE:Backports:SLE-15-SP6
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP6:Update/perl-IO-Event && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
IO-Event-0.813.tar.gz | 0000034477 33.7 KB | |
perl-IO-Event.changes | 0000000368 368 Bytes | |
perl-IO-Event.spec | 0000002928 2.86 KB |
Revision 1 (latest revision is 3)
osc copypac from project:openSUSE:Backports:SLE-15-SP3 package:perl-IO-Event revision:1
Comments 0