POE::Loop::EV - a bridge that supports EV from POE


POE-Loop-EV documentation  | view source Contained in the POE-Loop-EV distribution.

Index


NAME

Top

POE::Loop::EV - a bridge that supports EV from POE

SYNOPSIS

Top

    use EV;
    use POE;

    ...

    POE::Kernel->run();

DESCRIPTION

Top

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.

CAVEATS

Top

Certain EV backends do not support polling on normal filehandles, namely epoll and kqueue. You should avoid using regular filehandles with select_read, select_write, ReadWrite, etc.

SEE ALSO

Top

POE, POE::Loop, EV

AUTHOR

Top

Andy Grundman <andy@hybridized.org>

THANKS

Top

Brandon Black, for his POE::Loop::Event_Lib module.

LICENSE

Top

POE::Loop::EV is free software; you may redistribute it and/or modify it under the same terms as Perl itself.


POE-Loop-EV documentation  | view source Contained in the POE-Loop-EV distribution.