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

Search results for "POE::Loop"

POE::Loop - documentation for POE's event loop bridge interface River stage three • 401 direct dependents • 538 total dependents

POE::Loop is a virtual base class that defines a standard event loop interface. POE::Loop subclasses mix into POE::Kernel and implement the features needed to manage underlying event loops in a consistent fashion. This documentation covers the interf...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

POE::Loop::Tk - a bridge that allows POE to be driven by Tk River stage one • 5 direct dependents • 8 total dependents

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::Gtk - a bridge that allows POE to be driven by Gtk 1.x River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 1 direct dependent • 1 total dependent

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

POE::Loop::Glib - A bridge that supports Glib's event loop from POE River stage one • 3 direct dependents • 4 total dependents

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. Also, please look at Glib for more details on using it....

APOCAL/POE-Loop-Glib-0.038 - 03 Apr 2010 20:34:10 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

POE::Loop::IO_Async - IO::Async event loop support for POE River stage one • 1 direct dependent • 1 total dependent

POE::Loop::IO_Async implements the interface documented in POE::Loop. Therefore it has no documentation of its own. Please see POE::Loop for more details....

BINGOS/POE-Loop-IO_Async-0.004 - 12 Sep 2011 11:35:27 UTC - Search in distribution

POE::XS::Loop::Poll - an XS implementation of POE::Loop, using poll(2). River stage one • 1 direct dependent • 1 total dependent

This class is an implementation of the abstract POE::Loop interface written in C using the poll(2) system call. Signals are left to POE::Loop::PerlSignals....

TONYC/POE-XS-Loop-Poll-1.000 - 07 Mar 2010 01:58:49 UTC - Search in distribution

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

This subclass of IO::Async::Loop uses POE to perform its work. The entire "IO::Async" system is represented by a single long-lived session within the "POE" core. It fully supports sharing the process space with "POE"; such resources as signals are pr...

PEVANS/IO-Async-Loop-POE-0.06 - 05 May 2020 16:27:06 UTC - Search in distribution

POE::XS::Loop::EPoll - an XS implementation of POE::Loop, using Linux` epoll(2). River stage one • 1 direct dependent • 1 total dependent

This class is an implementation of the abstract POE::Loop interface written in C using the Linux epoll(2) family of system calls. Signals are left to POE::Loop::PerlSignals. The epoll_ctl() call returns an error when you attempt to poll regular files...

TONYC/POE-XS-Loop-EPoll-1.003 - 03 Mar 2013 02:03:43 UTC - Search in distribution

IO::Lambda::Loop::POE - POE 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 "POE" event loop. The module is not intended for direct use....

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

POE::Loop::Mojo_IOLoop - a bridge that allows POE to be driven by Mojo::IOLoop River stage zero No dependents

POE::Loop::Mojo_IOLoop implements the interface documented in POE::Loop. Therefore it has no documentation of its own. Please see POE::Loop for more details. When using Mojo::IOLoop with POE, the loop must be set explicitly or POE will detect multipl...

DBOOK/POE-Loop-Mojo_IOLoop-0.003 - 21 Mar 2017 05:05:29 UTC - Search in distribution

POE::Component::SmokeBox::Backend::Test::Loop - a backend to test looping output kills. River stage one • 3 direct dependents • 6 total dependents

POE::Component::SmokeBox::Backend::Test::Loop is a POE::Component::SmokeBox::Backend plugin used during the POE::Component::SmokeBox tests. It contains no moving parts....

BINGOS/POE-Component-SmokeBox-0.58 - 29 May 2023 11:25:21 UTC - Search in distribution

POE::Test::Loops - Reusable tests for POE::Loop authors River stage three • 14 direct dependents • 540 total dependents

POE::Test::Loops contains one function, generate(), which will generate all the loop tests for one or more POE::Loop subclasses. The "SYNOPSIS" example is a version of poe-gen-tests, which is a stand-alone utility to generate the actual tests. poe-ge...

RCAPUTO/POE-Test-Loops-1.360 - 03 Nov 2014 18:39:51 UTC - Search in distribution
  • poe-gen-tests - generate standard POE tests for third-party modules

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

POEx::ZMQ - Asynchronous ZeroMQ sockets for POE River stage one • 1 direct dependent • 1 total dependent

A POE component providing non-blocking ZeroMQ <http://www.zeromq.org> (versions 3.x & 4.x) integration. See POEx::ZMQ::Socket for details on using these sockets and the zmq_socket(3) man page regarding behavior of each socket type. See the zguide <ht...

AVENJ/POEx-ZMQ-0.005007 - 11 Mar 2015 08:42:02 UTC - Search in distribution
137 results (0.086 seconds)