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

Search results for "distribution:POE 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

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::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 - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 total dependents

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

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

POE::Session - a generic event-driven task River stage three • 401 direct dependents • 538 total dependents

POE::Session and its subclasses translate events from POE::Kernel's generic dispatcher into the particular calling conventions suitable for application code. In design pattern parlance, POE::Session classes are adapters between POE::Kernel and applic...

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

POE::Wheel::ReadLine - non-blocking Term::ReadLine for POE River stage three • 401 direct dependents • 538 total dependents

POE::Wheel::ReadLine is a non-blocking form of Term::ReadLine that's compatible with POE. It uses Term::Cap to interact with the terminal display and Term::ReadKey to interact with the keyboard. POE::Wheel::ReadLine handles almost all common input ed...

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

POE::Wheel::ReadWrite - non-blocking buffered I/O mix-in for POE::Session River stage three • 401 direct dependents • 538 total dependents

POE::Wheel::ReadWrite encapsulates a common design pattern: dealing with buffered I/O in a non-blocking, event driven fashion. The pattern goes something like this: Given a filehandle, watch it for incoming data. When notified of incoming data, read ...

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

POE::Component::Client::TCP - a simplified TCP client River stage three • 401 direct dependents • 538 total dependents

POE::Component::Client::TCP implements a generic single-Session client. Internally it uses POE::Wheel::SocketFactory to establish the connection and POE::Wheel::ReadWrite to interact with the server. POE::Component::Client::TCP is customized by provi...

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

POE::Component::Server::TCP - a simplified TCP server River stage three • 401 direct dependents • 538 total dependents

POE::Component::Server::TCP implements a generic multi-Session server. Simple services may be put together in a few lines of code. For example, a server that echoes input back to the client: use POE qw(Component::Server::TCP); POE::Component::Server:...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC
12 results (0.046 seconds)