Name : perl-Event-Lib
| |
Version : 1.03
| Vendor : openSUSE Build Service
|
Release : 4.6
| Date : 2021-12-28 17:52:58
|
Group : Development/Libraries/Perl
| Source RPM : perl-Event-Lib-1.03-4.6.src.rpm
|
Size : 0.16 MB
| |
Packager : (none)
| |
Summary : Event-Lib - Perl extentions for event-based programming
|
Description :
This module is a Perl wrapper around libevent(3) as available from http://www.monkey.org/~provos/libevent/. It allows to execute a function whenever a given event on a filehandle happens, a timeout occurs or a signal is received.
Under the hood, one of the available mechanisms for asynchronously dealing with events is used. This could be select, poll, epoll, devpoll or kqueue. The idea is that you don\'t have to worry about those details and the various interfaces they offer. Event::Lib offers a unified interface to all of them (but see \"CONFIGURATION\" further below).
Once you\'ve skimmed through the next two sections (or maybe even now), you should have a look at \"EXAMPLE: A SIMPLE TCP SERVER\" to get a feeling about how it all fits together.
There\'s also a section briefly mentioning other event modules on the CPAN and how they differ from Event::Lib further below (\"OTHER EVENT MODULES\").
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/csbuild:/Perl/SLE_11/i586 |