]> git.llucax.com Git - software/eventxx.git/commit
Excuses about not throwing an exception on dispatcher's dispatch() and exit().
authorLeandro Lucarella <llucax+eventxx@gmail.com>
Mon, 29 Jan 2007 00:44:37 +0000 (00:44 +0000)
committerLeandro Lucarella <llucax+eventxx@gmail.com>
Mon, 29 Jan 2007 00:44:37 +0000 (00:44 +0000)
commit5045f64d1368539ae567ff2d10ec761983afe3e5
treec754e1b2f21bb7ffe2a051bd97dc1c82ba4d7729
parente948c514a0abdf4c4fb9238514abc234a3570208
Excuses about not throwing an exception on dispatcher's dispatch() and exit().
Since libevent don't specify very clearly when and what event_dispatch() and
event_exitloop() returns errors, I cannot specify precisely the exceptions to
throw, so the user must manage the error codes returned by itselfs until
libevent gets documented.
eventxx