The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 Any::Event). 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) 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.