eventxx is a simple, direct, one-header inline C++ wrapper for libevent.
Yes, it's just one header file, so if you want to use it you can just
copy the file to your project and you are set.

It's designed to be as close to use to libevent (without compromising
modern C++ programming techniques) and efficiency (since all
implementation is trivial and inline, theoretically, it imposes no
overhead at all).

Please, visit the eventxx website[1] for the latest documentation.

You can always get the current[2] release from the release directory[3]
or grab the most up to date sources[4] from the darcs[5] repository.

You can also take a look the the darcsweb[6] interface to see the latest
changes online[7] or subscribe to its RSS feed[8] to follow the development.

I hope you find it useful.

[1] http://www.llucax.com.ar/~luca/eventxx/
[2] http://www.llucax.com.ar/~luca/eventxx/releases/eventxx.tar.gz
[3] http://www.llucax.com.ar/~luca/eventxx/releases/
[4] http://www.llucax.com.ar/~luca/repos/eventxx/
[5] http://www.darcs.net/
[6] http://auriga.wearlab.de/~alb/darcsweb/
[7] http://www.llucax.com.ar/~luca/repos/darcsweb/?r=eventxx
[8] http://www.llucax.com.ar/~luca/repos/darcsweb/?r=eventxx;a=rss

--
Leandro Lucarella
Integratech S.A.
4571-5252
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to