Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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 Retour à la liste release
3.1

Celui-Watcher par fd / limitation du scrutin a été levée par un backend de nouveaux Tk qui travaille autour des nombreux bugs en Tk. Soutien à la boucle d'événements EV (et le Coro:: EV module) a été ajouté, et est de loin le meilleur choix disponible pour toute façon maintenant. Watchers PID ne sont plus Autoreset et peut être utilisé pour regarder pour toute sortie des enfants. La documentation a été renouvelé et précisé, et toutes les interfaces ont maintenant une page (simple) de l'homme.
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