Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37735026
en ru br
ALT Linux repos
S:1.03-alt7
5.0: 1.03-alt1

Group :: Development/Perl
RPM: perl-Event-Lib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.03-alt1
Build date: 23 august 2008, 21:22 ( 818.9 weeks ago )
Size: 49.48 Kb

Home page:   http://www.cpan.org

License: Artistic
Summary: 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

Current maintainer: Vladimir Lettiev

List of contributors

List of rpms provided by this srpm:

  • perl-Event-Lib
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin