diff options
author | root <root> | 2012-04-18 05:44:42 +0000 |
---|---|---|
committer | root <root> | 2012-04-18 05:44:42 +0000 |
commit | bd0daf820afeebbc6a9e4602258ac8bfdb746e28 (patch) | |
tree | 796306d901314f1fc0cf9e43046bdcf0ddacef8e /Changes | |
parent | 31cb3c196903b5e593525f3fb49145b09ed6d9af (diff) |
preliminary throw() support
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ TODO: EV_STANDALONE == NO_HASSEL (do not use clock_gettime in ev_standalone) TODO: document WSA_EV_USE_SOCKET in win32 part TODO: ^ OR use WSASend/WSARecv on the handle, which always works TODO: throw() for most ev.h functions +TODO: assert on fd watcher linked list pointint to itself - fix event_base_loop return code, add event_get_callback, event_base_new, event_base_get_method calls to improve libevent 1.x emulation and add some libevent 2.x funcitonality (based on a patch by Jeff Davey). |