Search results for "POE::*"
POE - portable multitasking and networking framework for any event loop
POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...
BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution- POE::NFA - an event-driven state machine (nondeterministic finite automaton)
- POE::Pipe - Deprecated and replaced with delegates to IO::Pipely.
- POE::Loop - documentation for POE's event loop bridge interface
- 43 more results from POE »
POE::XUL::POE - A POE::XUL application that doesn't use POE::XUL::Application
The application POE::XUL applications generaly have one POE::session per application instance. This POE session is spawned when a boot request is recieved from the client. The session then must handle a 'boot' event, where-in it creates a "Window" el...
GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC - Search in distribution- POE::XUL - Framework for remote XUL application in POE
- POE::XUL::RDF - RDF builder class
- POE::XUL::Node - XUL element
- 16 more results from POE-XUL »
URI::poe - URI extension for POE urls
Please see POEx::URI for description....
GWYN/POEx-URI-0.0301 - 03 Nov 2010 02:12:14 UTC - Search in distribution
Carp::POE - Carp adapted to POE
This module provides the same functions as Carp, but modifies the behavior of "carp()" and "croak()" if called inside a POE event handler. The file names/line numbers in the emitted warnings are replaced with POE::Session's $_[CALLER_FILE] and $_[CAL...
HINRIK/Carp-POE-0.10 - 23 Nov 2011 18:33:57 UTC - Search in distribution
MooX::POE - POE::Session combined with Moo (or Moose, if you want)
This role adds a POE::Session and event handling to the class. Can also be used the same way with Moose....
GETTY/MooX-POE-0.002 - 12 May 2016 22:46:30 UTC - Search in distribution
POE::TIKC - Transparent Inter-Kernel Communication (IKC)
This module connects many clients to one server and creates proxy sessions in the client and the server for all aliases. When you post to a proxied session, it is sent to the right client and reposted there....
XANTUS/POE-TIKC-0.02 - 09 Dec 2004 21:33:36 UTC - Search in distribution
POE::Stage - a base class for message-driven objects
POE::Stage is a set of base classes for message-driven objects. It cleanly implements standard patterns that have emerged from years of working with POE and POE::Component modules. As I hope the name implies, POE::Stage objects encapsulate discrete s...
RCAPUTO/POE-Stage-0.060 - 28 Jul 2009 18:15:54 UTC - Search in distribution- POE::Watcher - a base class for POE::Stage's event watchers
- POE::Request - a common message class for POE::Stage
- POE::Callback - object wrapper for callbacks with lexical closures
- 15 more results from POE-Stage »
MooseX::POE - The Illicit Love Child of Moose and POE
MooseX::POE is a Moose wrapper around a POE::Session....
GETTY/MooseX-POE-0.215 - 25 Apr 2012 16:10:05 UTC - Search in distribution- MooseX::POE::Role - Eventful roles
- MooseX::POE::Aliased - A sane alias attribute for your MooseX::POE objects.
- MooseX::POE::SweetArgs - sugar around MooseX::POE event arguments
- 5 more results from MooseX-POE »
MouseX::POE - The Illicit Love Child of Mouse and POE
MouseX::POE is a Mouse wrapper around a POE::Session....
BINGOS/MouseX-POE-0.216 - 30 Mar 2015 09:05:30 UTC - Search in distribution- MouseX::POE::Role - Eventful roles
- MouseX::POE::Meta::Role - Pay no attention to this.
- MouseX::POE::Meta::Trait - There be dragons here.
- 4 more results from MouseX-POE »
POE::Future - use Future with POE
This subclass of Future integrates with POE, allowing the "await" method to block until the future is ready. It allows "POE"-using code to be written that returns "Future" instances, so that it can make full use of "Future"'s abilities, including Fut...
PEVANS/POE-Future-0.04 - 26 Jun 2019 17:22:18 UTC - Search in distribution- Future::IO::Impl::POE - implement Future::IO using POE
POE::Declare - A POE abstraction layer for conciseness and simplicity
POE is a very powerful and flexible system for doing asynchronous programming. But it has the reputation of being difficult to learn, with a somewhat confusing set of abstractions. In particular, it can be tricky to resolve POE's way of programming w...
ADAMK/POE-Declare-0.59 - 03 Feb 2012 11:30:05 UTC - Search in distribution- POE::Declare::Meta - Metadata object that describes a POE::Declare class
- POE::Declare::Object - Base class for all POE::Declare classes
- POE::Declare::Meta::Slot - Abstract base class for named class elements
- 6 more results from POE-Declare »
POE::Quickie - A lazy way to wrap blocking code and programs
If you need nonblocking access to an external program, or want to execute some blocking code in a separate process, but you don't want to write a wrapper module or some POE::Wheel::Run boilerplate code, then POE::Quickie can help. You just specify wh...
HINRIK/POE-Quickie-0.18 - 15 Dec 2011 21:57:49 UTC - Search in distribution
POE::Declarative - write POE applications without the mess
Taking the lessons learned from writing dispatchers and templates in Jifty and Template::Declare, I've applied the same declarative language to POE. The goal is to make writing a POE application less painful so that I can concentrate on the more impo...
HANENKAMP/POE-Declarative-0.09 - 11 Sep 2010 16:41:28 UTC - Search in distribution- POE::Declarative::Mixin - use different declarative POE packages together
POE::Loop::Tk - a bridge that allows POE to be driven by Tk
POE::Loop::Tk replaces POE's internal event loop with the Tk module. This allows programs to use both POE and Tk at the same time. POE::Loop::Tk implements the interface documented in POE::Loop. Therefore it has no documentation of its own. Please se...
RCAPUTO/POE-Loop-Tk-1.305 - 22 Aug 2013 01:40:09 UTC - Search in distribution- POE::Loop::TkCommon - common code between the POE/Tk event loop bridges
- POE::Loop::TkActiveState - a POE/Tk bridge for ActiveState's Tk
POE::Loop::Gtk - a bridge that allows POE to be driven by Gtk 1.x
POE::Loop::Gtk replaces POE's internal event loop with the Gtk module. This allows programs to use both POE and Gtk 1.x at the same time. Please see POE::Loop::Glib for more modern Gtk2 and Gtk3 support. POE::Loop::Gtk implements the interface docume...
RCAPUTO/POE-Loop-Gtk-1.306 - 21 Aug 2013 23:29:36 UTC - Search in distribution
POE::Loop::Event - a bridge that allows POE to be driven by Event.pm
POE::Loop::Event implements the interface documented in POE::Loop. Therefore it has no documentation of its own. Please see POE::Loop for more details....
RCAPUTO/POE-Loop-Event-1.305 - 21 Aug 2013 23:03:51 UTC - Search in distribution
POE::Loop::Prima - bridge between Prima and POE
This class is an implementation of the abstract POE::Loop interface. It follows POE::Loop's public interface exactly. Therefore, please see POE::Loop for its documentation....
KARASIK/POE-Loop-Prima-1.03 - 08 Jun 2015 10:26:41 UTC - Search in distribution
POE::Loop::Kqueue - a bridge that supports kqueue(2) from POE
This class is an implementation of the abstract POE::Loop interface. It follows POE::Loop's public interface exactly. Therefore, please see POE::Loop for its documentation. kqueue(2) currently supported in FreeBSD 4.1+, NetBSD 2.0, OpenBSD 2.9+, MacO...
GDSL/POE-Loop-Kqueue-0.02 - 14 Mar 2005 14:38:05 UTC - Search in distribution
POE::Loop::EV - a bridge that supports EV from POE
This class is an implementation of the abstract POE::Loop interface. It follows POE::Loop's public interface exactly. Therefore, please see POE::Loop for its documentation....
DBOOK/POE-Loop-EV-0.14 - 12 Feb 2017 01:09:56 UTC - Search in distribution
POE::Loop::Wx - a bridge that supports wxPerl's event loop from POE
This class is an implementation of the abstract POE::Loop interface. It follows POE::Loop's public interface exactly. Therefore, please see POE::Loop for its documentation....
MIKE/POE-Loop-Wx-0.04 - 29 Nov 2007 17:16:36 UTC - Search in distribution