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

Search results for "module:AnyEvent::Strict"

AnyEvent::Strict - force strict mode on for the whole process River stage three • 409 direct dependents • 668 total dependents

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 - 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::Debug - debugging utilities for AnyEvent River stage three • 409 direct dependents • 668 total dependents

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::Yubico - AnyEvent based Perl extension for validating YubiKey OTPs. Though AnyEvent is used internally, the module does not impose any particular coding style on the caller. Provides both blocking and non-blocking methods of OTP verification. River stage zero No dependents

Validates a YubiKey OTP (One Time Password) using the YKVAL 2.0 protocol as defined here: https://github.com/Yubico/yubikey-val/wiki/ValidationProtocolV20 To use this module, an API key is required, which can be requested here: https://upgrade.yubico...

DAIN/AnyEvent-Yubico-0.9.3 - 06 Mar 2013 10:51:39 UTC

AnyEvent::Handle - non-blocking I/O on streaming handles via AnyEvent River stage three • 409 direct dependents • 668 total dependents

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::MySQL - Pure Perl AnyEvent socket implementation of MySQL client River stage zero No dependents

CINDY/AnyEvent-MySQL-1.002001 - 15 Jun 2017 07:41:49 UTC

AnyEvent::Fork::RPC - simple RPC extension for AnyEvent::Fork River stage one • 2 direct dependents • 2 total dependents

This module implements a simple RPC protocol and backend for processes created via AnyEvent::Fork or AnyEvent::Fork::Remote, allowing you to call a function in the child process and receive its return values (up to 4GB serialised). It implements two ...

MLEHMANN/AnyEvent-Fork-RPC-2.0 - 15 Sep 2019 20:18:23 UTC

AnyEvent::FreeSWITCH - The great new AnyEvent::FreeSWITCH! River stage zero No dependents

QUENTUS/AnyEvent-FreeSWITCH-0.01 - 11 Apr 2012 06:30:30 UTC

Curses::UI::AnyEvent - Sub-class of Curses::UI for AnyEvent River stage one • 1 direct dependent • 1 total dependent

Very simple integration with Curses::UI and AnyEvent. Just create a "Curses::UI::AnyEvent" object instead of a "Curses::UI" one and use it as normal. You'll probably want to install some AnyEvent watchers before you call "mainloop()". Alternatively, ...

FRACTAL/Curses-UI-AnyEvent-0.101 - 03 May 2016 13:16:01 UTC

AnyEvent::FTP::Client - Simple asynchronous ftp client River stage one • 1 direct dependent • 1 total dependent

This class provides an AnyEvent client interface to the File Transfer Protocol (FTP)....

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

AnyEvent::HTTP::Socks - Adds socks support for AnyEvent::HTTP River stage one • 2 direct dependents • 2 total dependents

This module adds new `socks' option to all http_* functions exported by AnyEvent::HTTP. So you can specify socks proxy for HTTP requests. This module uses IO::Socket::Socks as socks library, so any global variables like $IO::Socket::Socks::SOCKS_DEBU...

OLEG/AnyEvent-HTTP-Socks-0.05 - 22 Jan 2015 18:48:04 UTC

AnyEvent::KVStore::Driver - The Driver role for AnyEvent::KVStore River stage zero No dependents

This module defines and provides the interface guarantees for the drivers for the AnyEvent::KVStore framework. If you are writing a driver you will want to review this section carefully. Lifecycle Drivers are instantiated with the "new()" function an...

EINHVERFR/AnyEvent-KVStore-0.1.2 - 16 Nov 2023 02:59:48 UTC

AnyEvent::RabbitMQ::Simple - Easy to use asynchronous AMQP client River stage zero No dependents

This module is meant to simplify the process of setting up the RabbitMQ channel, so you can start publishing and/or consuming messages without chaining "on_success" callbacks....

AJGB/AnyEvent-RabbitMQ-Simple-0.02 - 04 Apr 2016 23:55:21 UTC

AnyEvent::Beanstalk::Worker - Event-driven FSA for beanstalk queues River stage zero No dependents

AnyEvent::Beanstalk::Worker implements a simple, abstract finite-state automaton for beanstalk queues. It can handle a configurable number of concurrent jobs, and implements graceful worker shutdown. You are encouraged to subclass AnyEvent::Beanstalk...

SCOTTW/AnyEvent-Beanstalk-Worker-0.05 - 06 May 2017 13:51:03 UTC

AnyEvent::Net::Curl::Queued - Moo wrapper for queued downloads via Net::Curl & AnyEvent River stage zero No dependents

AnyEvent::Net::Curl::Queued (a.k.a. YADA, *Yet Another Download Accelerator*) is an efficient and flexible batch downloader with a straight-forward interface capable of: * create a queue; * append/prepend URLs; * wait for downloads to end (retry on e...

SYP/AnyEvent-Net-Curl-Queued-0.049 - 07 Apr 2021 07:02:55 UTC

AnyEvent::Net::Curl::Queued::Easy - Net::Curl::Easy wrapped by Moo River stage zero No dependents

The class you should overload to fetch stuff your own way....

SYP/AnyEvent-Net-Curl-Queued-0.049 - 07 Apr 2021 07:02:55 UTC

Net::SNMP::QueryEngine::AnyEvent - multiplexing SNMP query engine client using AnyEvent River stage zero No dependents

GRUBER/Net-SNMP-QueryEngine-AnyEvent-0.06 - 21 Jan 2015 09:51:05 UTC

Cache::Memcached::AnyEvent::Protocol - Base Class For Memcached Protocol River stage zero No dependents

DMAKI/Cache-Memcached-AnyEvent-0.00023 - 30 Jul 2015 23:52:01 UTC

AnyEvent::HTTP::LWP::UserAgent::Determined - a virtual browser that retries errors with AnyEvent River stage one • 1 direct dependent • 1 total dependent

LWP::UserAgent::Determined works just like LWP::UserAgent (and is based on it, by being a subclass of it), except that when you use it to get a web page but run into a possibly-temporary error (like a DNS lookup timeout), it'll wait a few seconds and...

YAKEX/AnyEvent-HTTP-LWP-UserAgent-Determined-v0.05.1.06 - 15 Nov 2012 16:29:39 UTC
19 results (0.028 seconds)