NAME
UniEvent - Object-oriented, fast and extendable event loop abstraction framework with Perl and C++ interface.
DESCRIPTION
UniEvent is an extendable object-oriented event loop framework. It's also an abstraction layer on top of event loop which provides engine-independent API (like AnyEvent). It's written fully in C++ and is very fast.
The main feature is that it supports implementing third-party plugins (protocol adapters) in C++/XS (see XS::Manifesto) and therefore without any perfomance penalties. UniEvent support multiple backends (libuv is the only implemented at the moment).
SYNOPSIS
Documentation will be available later
AUTHOR
Pronin Oleg <syber@cpan.org>
Grigory Smorkalov <g.smorkalov@crazypanda.ru>
Crazy Panda LTD
LICENSE
You may distribute this code under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 20:
Unknown directive: =SEE