Search results for "dist:AnyEvent"
AE - simpler/faster/newer/cooler AnyEvent API
This module documents the new simpler AnyEvent API. The rationale for the new API is that experience with EV shows that this API actually "works", despite its lack of extensibility, leading to a shorter, easier and faster API. The main differences fr...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent - the DBI of event loop programming
AnyEvent 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 peacefull...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::IO - the DBI of asynchronous I/O implementations
This module provides functions that do I/O in an asynchronous fashion. It is to I/O the same as AnyEvent is to event libraries - it only *interfaces* to other implementations or to a portable pure-perl implementation (which does not, however, do asyn...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::DNS - fully asynchronous DNS resolution
This module offers both a number of DNS convenience functions as well as a fully asynchronous and high-performance pure-perl stub resolver. The stub resolver supports DNS over IPv4 and IPv6, UDP and TCP, optional EDNS0 support for up to 4kiB datagram...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::TLS - SSLv2/SSLv3/TLSv1 contexts for use in AnyEvent::Handle
This module is a helper module that implements TLS/SSL (Transport Layer Security/Secure Sockets Layer) contexts. A TLS context is a common set of configuration values for use in establishing TLS connections. For some quick facts about SSL/TLS, see th...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::Log - simple logging "framework"
This module implements a relatively simple "logging framework". It doesn't attempt to be "the" logging solution or even "a" logging solution for AnyEvent - AnyEvent simply creates logging messages internally, and this module more or less exposes the ...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::Util - various utility functions.
This module implements various utility functions, mostly replacing well-known functions by event-ised counterparts. All functions documented without "AnyEvent::Util::" prefix are exported by default. POD ERRORS Hey! The above document had some coding...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::Loop - AnyEvent's Pure-Perl event loop
This module provides an event loop for AnyEvent in case no other event loop could be found or loaded. You don't have to do anything to make it work with AnyEvent except by possibly loading it before creating the first AnyEvent watcher. This module is...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::Debug - debugging utilities for AnyEvent
This module provides functionality hopefully useful for debugging. At the moment, "only" an interactive shell is implemented. This shell allows you to interactively "telnet into" your program and execute Perl code, e.g. to look at global variables....
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::Intro - an introductory tutorial to AnyEvent
MLEHMANN/AnyEvent-7.17
-
18 Sep 2019 01:11:59 UTC
AnyEvent::Strict - force strict mode on for the whole process
This module implements AnyEvent's strict mode. Loading it makes AnyEvent check all arguments to AnyEvent-methods, at the expense of being slower (often the argument checking takes longer than the actual function). It also wraps all callbacks to check...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::Socket - useful IPv4 and IPv6 stuff. also unix domain sockets. and stuff.
This module implements various utility functions for handling internet protocol addresses and sockets, in an as transparent and simple way as possible. All functions documented without "AnyEvent::Socket::" prefix are exported by default. POD ERRORS H...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::Handle - non-blocking I/O on streaming handles via AnyEvent
This is a helper module to make it easier to do event-based I/O on stream-based filehandles (sockets, pipes, and other stream things). Specifically, it doesn't work as expected on files, packet-based sockets or similar things. The AnyEvent::Intro tut...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::Impl::Qt - AnyEvent adaptor for Qt
This module provides transparent support for AnyEvent. You don't have to do anything to make Qt work with AnyEvent except by loading Qt before creating the first AnyEvent watcher *and instantiating the Qt::Application object*. Failure to do so will r...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::IO::Perl - pure perl backend for AnyEvent::IO
This is the pure-perl backend of AnyEvent::IO - it is always available, but does not actually implement any I/O operation asynchronously - everything is synchronous. For simple programs that can wait for I/O, this is likely the most efficient impleme...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::Impl::Tk - AnyEvent adaptor for Tk
This module provides transparent support for AnyEvent. You don't have to do anything to make Tk work with AnyEvent except by loading Tk before creating the first AnyEvent watcher. Tk is buggy. Tk is extremely buggy. Tk is so unbelievably buggy that f...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::Impl::UV - AnyEvent adaptor for UV
This module provides transparent support for AnyEvent. You don't have to do anything to make UV work with AnyEvent except by loading UV before creating the first AnyEvent watcher....
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::Impl::EV - AnyEvent adaptor for EV
This module provides transparent support for AnyEvent. You don't have to do anything to make EV work with AnyEvent except by loading EV before creating the first AnyEvent watcher. EV is the fastest event library for perl, and best supported by AnyEve...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC
AnyEvent::IO::IOAIO - AnyEvent::IO backend based on IO::AIO
This is the IO::AIO-based backend of AnyEvent::IO (via AnyEvent::AIO). All I/O operations it implements are done asynchronously....
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC