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

Search results for "module:AnyEvent::Loop"

AnyEvent::Loop - AnyEvent's Pure-Perl event loop River stage three • 409 direct dependents • 668 total dependents

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

POE::Loop::AnyEvent - AnyEvent event loop support for POE River stage two • 3 direct dependents • 13 total dependents

POE::Loop::AnyEvent replaces POE's default select() event loop with AnyEvent. This allows POE programs to transparently use most of the event loops AnyEvent can provide. POE::Loop::AnyEvent changes POE's internal implementation without altering its A...

BINGOS/POE-Loop-AnyEvent-0.004 - 05 Jun 2013 20:46:23 UTC

IO::Async::Loop::AnyEvent - use IO::Async with AnyEvent River stage zero No dependents

This subclass of IO::Async::Loop uses AnyEvent to perform its work....

PEVANS/IO-Async-Loop-AnyEvent-0.04 - 05 May 2020 16:50:44 UTC

IO::Lambda::Loop::AnyEvent - AnyEvent event loop for IO::Lambda River stage one • 4 direct dependents • 4 total dependents

This is the implementation of event loop for "IO::Lambda" based on "AnyEvent" event loop. The module is not intended for direct use....

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC

Event::RPC::Loop::AnyEvent - AnyEvent mainloop for Event::RPC River stage zero No dependents

This modules implements a mainloop using AnyEvent for the Event::RPC::Server module. It implements the interface of Event::RPC::Loop. Please refer to the manpage of Event::RPC::Loop for details....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Continual::Process::Loop::AnyEvent - loop with AnyEvent support River stage zero No dependents

This is implementation of Continual::Process::Loop with AnyEvent. It is useful if you can use another AnyEvent events in loop. This module is really EXPERIMENTAL, for example "die" is not catched yet....

JASEI/Continual-Process-0.2.1 - 23 Jun 2017 07:30:18 UTC

lib/Net/Libwebsockets/Loop/AnyEvent.pm River stage zero No dependents

FELIPE/Net-Libwebsockets-0.02 - 19 Oct 2021 01:20:41 UTC

AnyEvent::Impl::NSRunLoop - AnyEvent adaptor for Cocoa NSRunLoop River stage zero No dependents

This module provides NSRunLoop support to AnyEvent. NSRunLoop is an event loop for Cocoa application. By using this module, you can use Cocoa based API in your AnyEvent application. For example, using this module with Cocoa::Growl, you can handle gro...

TYPESTER/AnyEvent-Impl-NSRunLoop-0.04 - 24 Dec 2010 07:40:08 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::SparkBot - Cisco Spark WebSocket Client for the AnyEvent Loop River stage zero No dependents

Connects to cisco spark via a websocket. By itself this class only provides connectivty to Spark, the on_message callback is used to handle events that come in. By default No hanlder is provided....

AKALINUX/AnyEvent-SparkBot-1.015 - 11 Mar 2023 07:53:00 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::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::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::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::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::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::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

Coro::AnyEvent - integrate threads into AnyEvent River stage two • 53 direct dependents • 69 total dependents

When one naively starts to use threads in Perl, one will quickly run into the problem that threads which block on a syscall (sleeping, reading from a socket etc.) will block all threads. If one then uses an event loop, the problem is that the event l...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC

AnyEvent::W800 - Module to support W800 RF receiver River stage zero No dependents

AnyEvent module to decode messages from an W800 RF receiver from WGL & Associates. IMPORTANT: This API is still subject to change....

BEANZ/AnyEvent-RFXCOM-1.142240 - 12 Aug 2014 15:26:22 UTC

AnyEvent::FCGI - non-blocking FastCGI server River stage one • 1 direct dependent • 1 total dependent

This module implements non-blocking FastCGI server for event based applications....

VKRAMSKIH/AnyEvent-FCGI-0.04 - 04 May 2011 13:09:20 UTC
106 results (0.04 seconds)