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

Search results for "module:POE::Kernel"

POE::Kernel - an event-based application kernel in Perl River stage three • 401 direct dependents • 538 total dependents

POE::Kernel is the heart of POE. It provides the lowest-level features: non-blocking multiplexed I/O, timers, and signal watchers are the most significant. Everything else is built upon this foundation. POE::Kernel is not an event loop in itself. For...

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

lib/POE/Component/Lightspeed/Hack/Kernel.pm River stage one • 1 direct dependent • 1 total dependent

APOCAL/POE-Component-Lightspeed-0.05 - 20 May 2005 11:44:21 UTC

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

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

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

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

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

POE::Loop::Select - a bridge that allows POE to be driven by select(2) River stage three • 401 direct dependents • 538 total dependents

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

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

POE::Loop::IO_Poll - a bridge that allows POE to be driven by IO::Poll River stage three • 401 direct dependents • 538 total dependents

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

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

POE::Loop::TkCommon - common code between the POE/Tk event loop bridges River stage one • 5 direct dependents • 8 total dependents

POE::Loop::TkCommon is a mix-in class that supports common features between POE::Loop::Tk and POE::Loop::TkActiveState. All Tk bridges implement the interface documented in POE::Loop. Therefore, please see POE::Loop for more details....

RCAPUTO/POE-Loop-Tk-1.305 - 22 Aug 2013 01:40:09 UTC

POE::Resource::SIDs - internal session ID manager for POE::Kernel River stage three • 401 direct dependents • 538 total dependents

POE::Resource::SIDs is a mix-in class for POE::Kernel. It provides the features necessary to manage session IDs. It is used internally by POE::Kernel, so it has no public interface....

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

POE::Resource::Events - internal event manager for POE::Kernel River stage three • 401 direct dependents • 538 total dependents

POE::Resource::Events is a mix-in class for POE::Kernel. It hides the complexity of managing POE's events from even POE itself. It is used internally by POE::Kernel, so it has no public interface....

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

POE::Resource::Extrefs - internal reference counts manager for POE::Kernel River stage three • 401 direct dependents • 538 total dependents

POE::Resource::Extrefs is a mix-in class for POE::Kernel. It provides the features to manage session reference counts, specifically the ones that applications may use. POE::Resource::Extrefs is used internally by POE::Kernel, so it has no public inte...

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

POE::Resource::Signals - internal signal manager for POE::Kernel River stage three • 401 direct dependents • 538 total dependents

POE::Resource::Signals is a mix-in class for POE::Kernel. It provides the features needed to manage signals. It is used internally by POE::Kernel, so it has no public interface....

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

POE::Loop::PerlSignals - common signal handling routines for POE::Loop bridges River stage three • 401 direct dependents • 538 total dependents

POE::Loop::PerlSignals implements common code to handle signals for many different event loops. Most loops don't handle signals natively, so this code has been abstracted into a reusable mix-in module. POE::Loop::PerlSignals follows POE::Loop's publi...

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

POE::Resource::Aliases - internal session alias manager for POE::Kernel River stage three • 401 direct dependents • 538 total dependents

POE::Resource::Aliases is a mix-in class for POE::Kernel. It provides the features to manage session aliases. It is used internally by POE::Kernel, so it has no public interface....

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

POE::Resource::Sessions - internal session manager for POE::Kernel River stage three • 401 direct dependents • 538 total dependents

POE::Resource::Sessions is a mix-in class for POE::Kernel. It provides the internal features that manage sessions, regardless of the session type. It is used internally by POE::Kernel. so it has no public interface....

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

POE::Resource::FileHandles - internal filehandle manager for POE::Kernel River stage three • 401 direct dependents • 538 total dependents

POE::Resource::FileHandles is a mix-in class for POE::Kernel. It provides the low-level features to manage filehandles. It is used internally by POE::Kernel, so it has no public interface....

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

lib/POE/Component/Lightspeed/Hack/Events.pm River stage one • 1 direct dependent • 1 total dependent

APOCAL/POE-Component-Lightspeed-0.05 - 20 May 2005 11:44:21 UTC

POE::Loop::TkActiveState - a POE/Tk bridge for ActiveState's Tk River stage one • 5 direct dependents • 8 total dependents

POE::Loop::TkActiveState implements the interface documented in POE::Loop. Therefore it has no documentation of its own. Please see POE::Loop for more details. This version of POE::Loop::Tk handles unique behavioral differences discovered in ActiveSt...

RCAPUTO/POE-Loop-Tk-1.305 - 22 Aug 2013 01:40:09 UTC
354 results (0.032 seconds)