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.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
0.813-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
0.813-bp155.2.8 info | GA Release | 2023-05-17 | 15 SP5 |
|
|
0.813-bp154.1.15 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
0.813-bp153.1.12 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
0.813-bp152.3.14 info | GA Release | 2020-04-17 | 15 SP2 |
|
|
0.813-bp151.3.1 info | GA Release | 2019-07-16 | 15 SP1 |
|
|
0.813-bp151.2.12 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
0.813-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|