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

Search results for "AnyEvent::Impl"

AnyEvent::Impl::Qt - AnyEvent adaptor for Qt River stage three • 409 direct dependents • 668 total dependents

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 - Search in distribution

AnyEvent::Impl::Prima - Prima event loop adapter for AnyEvent River stage zero No dependents

CORION/AnyEvent-Impl-Prima-0.02 - 29 Jun 2017 16:22:20 UTC - Search in distribution

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 - Search in distribution

Event::ExecFlow::Job::Command - External command for async execution River stage zero No dependents

Use this module for asynchronous execution of an external command with Event::ExecFlow....

JRED/Event-ExecFlow-0.64 - 05 Jan 2010 20:29:46 UTC - Search in distribution

Alice::HTTP::WebSocket - Support WebSocket implementation River stage zero No dependents

Alice::HTTP::WebSocket provides WebSocket implementation through $env->{'websocket.impl'}. Currently implements draft-ietf-hybi-thewebsocketprotocol-00 <http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-00>....

LEEDO/Alice-0.20 - 30 Nov 2011 07:27:05 UTC - Search in distribution

IO::Async - Asynchronous event-driven programming River stage three • 115 direct dependents • 145 total dependents

This collection of modules allows programs to be written that perform asynchronous filehandle IO operations. A typical program using them would consist of a single subclass of IO::Async::Loop to act as a container of other objects, which perform the ...

PEVANS/IO-Async-0.803 - 29 Jan 2024 20:40:58 UTC - Search in distribution

IO::Event - Tied Filehandles for Nonblocking IO with Object Callbacks River stage two • 4 direct dependents • 23 total dependents

IO::Event provides a object-based callback system for handling nonblocking IO. The design goal is to provide a system that just does the right thing w/o the user needing to think about it much. All APIs are kept as simple as possible yet at the same ...

MUIR/IO-Event-0.813 - 18 Sep 2013 03:46:26 UTC - Search in distribution

Prima::faq - Frequently asked questions about Prima River stage two • 17 direct dependents • 19 total dependents

The FAQ covers various topics around Prima, such as distribution, compilation, installation, and programming....

KARASIK/Prima-1.72 - 31 Jan 2024 09:42:17 UTC - Search in distribution

staticperl - perl, libc, 100 modules, all in one standalone 500kb file River stage zero No dependents

This script helps you to create single-file perl interpreters or applications, or embedding a perl interpreter in your applications. Single-file means that it is fully self-contained - no separate shared objects, no autoload fragments, no .pm or .pl ...

MLEHMANN/App-Staticperl-1.46 - 15 Feb 2022 18:37:51 UTC - Search in distribution
  • staticperl - perl, libc, 100 modules, all in one standalone 500kb file

Coro::Debug - various functions that help debugging Coro programs River stage two • 53 direct dependents • 69 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module provides some debugging facilities. Most will, if not handled carefully, severely compromise the security of your program, so use it only ...

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

Cocoa::Growl - Yet another growl module using Growl.framework River stage one • 1 direct dependent • 1 total dependent

TYPESTER/Cocoa-Growl-0.05 - 20 Jan 2011 02:09:35 UTC - Search in distribution

AnyEvent::Proc - Run external commands River stage one • 2 direct dependents • 4 total dependents

AnyEvent::Proc is a AnyEvent-based helper class for running external commands with full control over STDIN, STDOUT and STDERR....

ZURBORG/AnyEvent-Proc-0.105 - 10 Dec 2014 13:20:41 UTC - Search in distribution

Cocoa::EventLoop - perl interface for Cocoa event loop. River stage one • 1 direct dependent • 1 total dependent

This module provides perl interface for Cocoa's event loop, NSRunLoop. And also provides some timers and io watchers within the loop. If you want to use or write some modules that depends Cocoa event loop, using this module is easiest way. For exampl...

TYPESTER/Cocoa-EventLoop-0.04 - 30 Dec 2010 23:57:46 UTC - Search in distribution

Perl::LibExtractor - determine perl library subsets for building distributions River stage zero No dependents

The purpose of this module is to determine subsets of your perl library, that is, a set of files needed to satisfy certain dependencies (e.g. of a program). The goal is to extract a part of your perl installation including dependencies. A typical use...

MLEHMANN/Perl-LibExtractor-1.1 - 28 Jan 2012 00:03:18 UTC - Search in distribution

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 - Search in distribution

HTTP::Engine::Interface::PSGI - PSGI interface for HTTP::Engine River stage one • 5 direct dependents • 5 total dependents

YAPPO/HTTP-Engine-0.03005 - 04 Oct 2011 04:33:39 UTC - Search in distribution

Plack::Test::AnyEvent - Run Plack::Test on AnyEvent-based PSGI applications River stage one • 1 direct dependent • 1 total dependent

This Plack::Test implementation allows you to easily test your AnyEvent-based PSGI applications. Normally, Plack::Test::MockHTTP or Plack::Test::Server work fine for this, but this implementation comes in handy when you'd like to test your streaming ...

RHOELZ/Plack-Test-AnyEvent-0.08 - 19 Jul 2017 20:09:26 UTC - Search in distribution

AnyEvent::Open3::Simple - Interface to open3 under AnyEvent River stage one • 1 direct dependent • 1 total dependent

This module provides an interface to open3 while running under AnyEvent that delivers data from stdout and stderr as lines are written by the subprocess. The interface is reminiscent of IPC::Open3::Simple, although this module does provides a somewha...

PLICEASE/AnyEvent-Open3-Simple-0.90 - 28 Aug 2023 13:56:05 UTC - Search in distribution

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 - Search in distribution

Module::AnyEvent::Helper::Filter - source filter for AnyEvent-ize helper River stage one • 1 direct dependent • 1 total dependent

To make some modules AnyEvent-frinedly, it might be necessary to write boiler-plate codes and to make many copy-paste-modify. This module helps you to make use of source filter. For the best case, you only need to convert central blocking code to non...

YAKEX/Module-AnyEvent-Helper-v0.0.5 - 12 Nov 2012 13:46:41 UTC - Search in distribution
20 results (0.058 seconds)