Downloadliste

Projektbeschreibung

AnyEvent provides an identical interface to
multiple event loops. This allows module authors
to utilize an event loop without forcing module
users to use the same event loop (as only a single
event loop can coexist peacefully at any one
time). The interface itself is vaguely similar but
not identical to the Event module. On the first
call of any method, the module tries to detect the
currently loaded event loop by probing for an
already-loaded event loop, such as Glib or Event.
The first one found is used. If none is found, the
module tries to load an event module, and failing that, it will fall back to an optimized pure Perl implementation.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-04-16 22:25 Zurück zur Release-Liste
3.1

Die ein-Watcher pro fd / poll Begrenzung wurde durch eine neue Tk-Backend hob das rund um die vielen Fehler in Tk. Unterstützung für die EV-Ereignis-Schleife (und der Coro:: EV-Modul) wurde hinzugefügt, und ist mit Abstand die schnellste Wahl für jetzt ausgeschlossen sein. PID Beobachter sind nicht mehr Autoreset und kann genutzt werden, um für jedes Kind Ausfahrt zu sehen. Die Dokumentation wurde erweitert und geklärt, und alle Backends haben jetzt eine (einfache) man-Seite.
Tags: Major feature enhancements
The one-watcher per fd/poll limitation has been lifted by a new Tk backend that works around the many bugs in Tk. Support for the EV event loop (and the Coro::EV module) has been added, and is by far the fastest choice available for AnyEvent now. PID watchers are no longer autoreset and can be used to watch for any child exit. The documentation has been extended and clarified, and all backends now have a (simple) man page.

Project Resources