DBI of event loop programming
the AnyEvent manpage provides a uniform interface to various event loops.
This allows module authors to use event loop functionality without forcing
module users to use a specific event loop implementation (since more than
one event loop cannot coexist peacefully).
The interface itself is vaguely similar, but not identical to the the Event
manpage module.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/perl-AnyEvent && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
AnyEvent-6.02.tar.gz | 0000263305 257 KB | |
perl-AnyEvent.changes | 0000008008 7.82 KB | |
perl-AnyEvent.spec | 0000004622 4.51 KB |
Revision 14 (latest revision is 35)
Lars Vogdt (lrupp)
accepted
request 83385
from
Stephan Kulow (coolo)
(revision 14)
- updated to 6.02 - log_to_syslog now accepts facility strings. - log_to_syslog would not allow facilities - "$facility|$level" *literally* means that string. sheesh. - the CPAN parser got confused and thought we provide Sys::Syslog, try to work around. - renamed AnyEvent::Impl::FLTK2 to FLTK. ... for more see Changes
Comments 0