]> git.llucax.com Git - software/eventxx.git/commit
C++ wrapper for libevent.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 27 Dec 2006 15:55:46 +0000 (15:55 +0000)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 27 Dec 2006 15:55:46 +0000 (15:55 +0000)
commitf213eaa9d8bc2a003b3692ce67a85553ba445535
treef407650e22cf96c25af28a683fc7ee50a8f4fa8d
C++ wrapper for libevent.
This is a simple, direct, one-header inline C++ wrapper for libevent.
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).
Doxyfile [new file with mode: 0644]
event [new file with mode: 0644]