]> git.llucax.com Git - software/libev.git/blobdiff - README
*** empty log message ***
[software/libev.git] / README
diff --git a/README b/README
index e1adbc4322d616714fb4fe146631a7a667dfb674..6dc26f94e8121f119bc1c33fdbd7a58637e4a911 100644 (file)
--- a/README
+++ b/README
@@ -28,9 +28,6 @@ at http://libev.schmorp.de/bench.html).
 - detects time jumps and adjusts timers
   (works for both forward and backward time jumps and also for absolute timers).
 
 - detects time jumps and adjusts timers
   (works for both forward and backward time jumps and also for absolute timers).
 
-- can correctly remove timers while executing callbacks
-  (libevent doesn't handle this reliably and can crash).
-
 - race-free signal processing
   (libevent may delay processing signals till after the next event).
 
 - race-free signal processing
   (libevent may delay processing signals till after the next event).
 
@@ -67,6 +64,11 @@ at http://libev.schmorp.de/bench.html).
 - a event.h compatibility header exists, and can be used to run a wide
   range of libevent programs unchanged (such as evdns.c).
 
 - a event.h compatibility header exists, and can be used to run a wide
   range of libevent programs unchanged (such as evdns.c).
 
+- win32 compatibility for the core parts.
+
+- the event core library (ev and event layer) compiles and works both as
+  C and C++.
+
 whats missing?
 
 - evbuffer, evhttp, bufferevent are missing.
 whats missing?
 
 - evbuffer, evhttp, bufferevent are missing.