./devel/p5-IO-Event, Tied Filehandles for Nonblocking IO with Object Callbacks

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q2, Version: 0.813nb1, Package name: p5-IO-Event-0.813nb1, Maintainer: pkgsrc-users

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 Event. IO::Event still defaults to
using Event but it can now use AnyEvent or its own event loop.


Master sites:

SHA1: a7d37fd9608419d107c30056916df2f4307f851a
RMD160: 523c97878f1ccb69a5637f5b9e6ee49c5e2f3dac
Filesize: 33.669 KB

Version history: (Expand)