sub skip_tests { return "IO::Poll is not 100% compatible with $^O" if $^O eq "MSWin32"; return "IO::Poll tests require the IO::Poll module" if ( do { eval "use IO::Poll"; $@ } ); }
NAME
POE::Loop::IO_Poll - a bridge that supports IO::Poll from POE
SYNOPSIS
See POE::Loop.
DESCRIPTION
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.
SEE ALSO
AUTHORS & LICENSING
Please see POE for more information about authors, contributors, and POE's licensing.