1POE::Loop::IO_Poll(3) User Contributed Perl DocumentationPOE::Loop::IO_Poll(3)
2
3
4
5sub skip_tests {
6 return "IO::Poll is not 100% compatible with $^O" if $^O eq "MSWin32";
7 return "IO::Poll tests require the IO::Poll module" if (
8 do { eval "use IO::Poll"; $@ }
9 ); }
10
12 POE::Loop::IO_Poll - a bridge that allows POE to be driven by IO::Poll
13
15 See POE::Loop.
16
18 POE::Loop::IO_Poll implements the interface documented in POE::Loop.
19 Therefore it has no documentation of its own. Please see POE::Loop for
20 more details.
21
23 POE, POE::Loop, IO::Poll, POE::Loop::PerlSignals
24
26 Please see POE for more information about authors, contributors, and
27 POE's licensing.
28
29
30
31perl v5.12.1 2010-04-03 POE::Loop::IO_Poll(3)