blob: d4515b24cc8ea622ded33848554e087db4dc75e5 (
plain)
1
2
3
4
5
6
7
8
9
|
POE::Loop::AnyEvent replaces POE's default select() event loop with AnyEvent.
This allows POE programs to transparently use most of the event loops AnyEvent
can provide.
POE::Loop::AnyEvent changes POE's internal implementation without altering its
APIs. By design, nearly all software that are already uses POE should continue
to work normally without any changes.
WWW: http://search.cpan.org/dist/POE-Loop-AnyEvent/
|