GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IO::Lambda::Loop::POE(3) User Contributed Perl Documentation IO::Lambda::Loop::POE(3)

IO::Lambda::Loop::POE - POE event loop for IO::Lambda

This is the implementation of event loop for "IO::Lambda" based on "POE" event loop. The module is not intended for direct use.

Note that POE is also a proxy event loop itself, and depending on the actual event loop module it uses, functionality of "IO::Lambda" might be limited.

  use POE;
  use IO::Lambda::Loop::POE; # explicitly select the event loop module
  use IO::Lambda;

or

  setenv IO_LAMBDA_DEBUG=loop=POE

Threads and forks seem to be not playing nicely together with POE.

POE
2012-03-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.