The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:AnyEvent"

AnyEvent - the DBI of event loop programming River stage three • 409 direct dependents • 668 total dependents

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 River stage three • 409 direct dependents • 668 total dependents

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::I3 - communicate with the i3 window manager River stage zero No dependents

MSTPLBG/AnyEvent-I3-0.17 - 09 Apr 2017 13:36:50 UTC

AnyEvent::MP - erlang-style multi-processing/message-passing framework River stage one • 2 direct dependents • 2 total dependents

This module (-family) implements a simple message passing framework. Despite its simplicity, you can securely message other processes running on the same or other hosts, and you can supervise entities remotely. For an introduction to this module fami...

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC

AnyEvent::Pg - Query a PostgreSQL database asynchronously River stage one • 2 direct dependents • 2 total dependents

******************************************************************* *** *** *** NOTE: This is a very early release that may contain lots of *** *** bugs. The API is not stable and may change between releases *** *** *** ******************************...

SALVA/AnyEvent-Pg-0.15 - 28 Oct 2014 17:02:27 UTC

AnyEvent::TLS - SSLv2/SSLv3/TLSv1 contexts for use in AnyEvent::Handle River stage three • 409 direct dependents • 668 total dependents

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::Run - Run a process or coderef asynchronously River stage one • 2 direct dependents • 2 total dependents

AnyEvent::Run is a subclass of AnyEvent::Handle, so reading it's documentation first is recommended. This module is designed to run a child process, using an explicit command line, a class name, or a coderef. It should work on any Unix system as well...

AGRUNDMA/AnyEvent-Run-0.01 - 21 Jul 2009 14:18:36 UTC

AnyEvent::DNS - fully asynchronous DNS resolution River stage three • 409 direct dependents • 668 total dependents

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::MPV - remote control mpv (https://mpv.io) River stage zero No dependents

This module allows you to remote control mpv (a video player). It also is an AnyEvent user, you need to make sure that you use and run a supported event loop. There are other modules doing this, and I haven't looked much at them other than to decide ...

MLEHMANN/AnyEvent-MPV-1.03 - 01 Apr 2023 06:32:42 UTC

AnyEvent::FTP - Simple asynchronous FTP client and server River stage one • 1 direct dependent • 1 total dependent

This distribution provides client and server implementations for File Transfer Protocol (FTP) in an AnyEvent environment. For the specific interfaces, see AnyEvent::FTP::Client and AnyEvent::FTP::Server for details. Before each release, AnyEvent::FTP...

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::IRC - An event based IRC protocol client API River stage one • 7 direct dependents • 8 total dependents

The AnyEvent::IRC module consists of AnyEvent::IRC::Connection, AnyEvent::IRC::Client and AnyEvent::IRC::Util. AnyEvent::IRC is just a module that holds this overview over the other modules. AnyEvent::IRC can be viewed as toolbox for handling IRC con...

ELMEX/AnyEvent-IRC-0.97 - 17 Mar 2013 18:21:47 UTC

AnyEvent::AIO - truly asynchronous file and directory I/O River stage one • 3 direct dependents • 4 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. Loading this module will install the necessary magic to seamlessly integrate IO::AIO into AnyEvent, i.e. you no longer need to concern yourself with c...

MLEHMANN/AnyEvent-AIO-1.1 - 21 Jul 2009 03:34:51 UTC

AnyEvent::SIP - Fusing together AnyEvent and Net::SIP River stage zero No dependents

This module allows you to use AnyEvent as the event loop (and thus any other supported event loop) for Net::SIP. Net::SIP::Simple allows you to define the event loop. You can either define it using Net::SIP::Dispatcher::AnyEvent manually or you can s...

XSAWYERX/AnyEvent-SIP-0.002 - 09 Apr 2013 13:42:58 UTC

AnyEvent::RPC - Abstract framework for Asyncronous RPC clients River stage zero No dependents

MONS/AnyEvent-RPC-0.05 - 16 Jul 2010 00:09:33 UTC

AnyEvent::DBI - asynchronous DBI access River stage one • 5 direct dependents • 5 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module implements asynchronous DBI access by forking or executing separate "DBI-Server" processes and sending them requests. It means that you ca...

MLEHMANN/AnyEvent-DBI-3.04 - 23 Apr 2018 16:31:44 UTC

AnyEvent::BDB - truly asynchronous berkeley db access River stage zero No dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. Loading this module will install the necessary magic to seamlessly integrate BDB into AnyEvent, i.e. you no longer need to concern yourself with calli...

MLEHMANN/AnyEvent-BDB-1.1 - 21 Jul 2009 03:36:17 UTC

AnyEvent::MSN - Simple, Less Annoying Client for Microsoft's Windows Live Messenger Network River stage zero No dependents

TODO...

SANKO/AnyEvent-MSN-0.002 - 15 Mar 2012 21:13:36 UTC

AnyEvent::GDB - asynchronous GDB machine interface interface River stage zero No dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. It implements the GDB MI protocol, which can be used to talk to GDB without having to parse the ever changing command syntax aimed at humans. It prope...

MLEHMANN/AnyEvent-GDB-0.2 - 15 May 2014 10:32:21 UTC

AnyEvent::ITM - Debug ITM/SWD stream deserializer for AnyEvent River stage zero No dependents

GETTY/AnyEvent-ITM-0.003 - 24 Nov 2018 23:43:04 UTC

AnyEvent::FCP - freenet client protocol 2.0 River stage zero No dependents

This module implements the freenet client protocol version 2.0, as used by freenet 0.7. See Net::FCP for the earlier freenet 0.5 version. See <http://wiki.freenetproject.org/FreenetFCPSpec2Point0> for a description of what the messages do. The module...

MLEHMANN/AnyEvent-FCP-0.5 - 12 Jun 2016 01:50:06 UTC
682 results (0.043 seconds)