eventxx 1.0 (Default branch) |
|
|
eventxx is a simple, direct, one-header inline C++
wrapper for libevent. It's just one header file,
so using it is just a matter of copying it into a
project. It's designed to be as close to using
libevent as possible without compromising modern
C++ programming techniques and as efficient as
possible. Since all implementation is trivial and
inline, it theoretically imposes no overhead at
all.
License: Public Domain
Changes:
This release hides the dispatcher copy-constructor and operator=. The main example in the documentation has been fixed. Some code cleanup has been done. No new features are planned.
|