# phpman > perldoc > POE::Loop::IO_Poll

    sub skip_tests { return "[IO::Poll](https://www.chedong.com/phpMan.php/perldoc/IO%3A%3APoll/markdown) is not 100% compatible with $^O" if ( $^O eq "MSWin32" and not
    $ENV{POE_DANTIC} ); return "[IO::Poll](https://www.chedong.com/phpMan.php/perldoc/IO%3A%3APoll/markdown) tests require the [IO::Poll](https://www.chedong.com/phpMan.php/perldoc/IO%3A%3APoll/markdown) module" if ( do { eval "use
    [IO::Poll](https://www.chedong.com/phpMan.php/perldoc/IO%3A%3APoll/markdown)"; $@ } ); }

## NAME
    [POE::Loop::IO_Poll](https://www.chedong.com/phpMan.php/perldoc/POE%3A%3ALoop%3A%3AIOPoll/markdown) - a bridge that allows POE to be driven by [IO::Poll](https://www.chedong.com/phpMan.php/perldoc/IO%3A%3APoll/markdown)

## SYNOPSIS
    See [POE::Loop](https://www.chedong.com/phpMan.php/perldoc/POE%3A%3ALoop/markdown).

## DESCRIPTION
    [POE::Loop::IO_Poll](https://www.chedong.com/phpMan.php/perldoc/POE%3A%3ALoop%3A%3AIOPoll/markdown) implements the interface documented in [POE::Loop](https://www.chedong.com/phpMan.php/perldoc/POE%3A%3ALoop/markdown). Therefore it has no
    documentation of its own. Please see [POE::Loop](https://www.chedong.com/phpMan.php/perldoc/POE%3A%3ALoop/markdown) for more details.

## SEE ALSO
    POE, [POE::Loop](https://www.chedong.com/phpMan.php/perldoc/POE%3A%3ALoop/markdown), [IO::Poll](https://www.chedong.com/phpMan.php/perldoc/IO%3A%3APoll/markdown), [POE::Loop::PerlSignals](https://www.chedong.com/phpMan.php/perldoc/POE%3A%3ALoop%3A%3APerlSignals/markdown)

AUTHORS & LICENSING
    Please see POE for more information about authors, contributors, and POE's licensing.

