X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/baf84e3741d88472c270efb118be8e3621ebe2d8..80f561c62ce8d30b87e4298b954ce280c4b5465f:/README?ds=inline diff --git a/README b/README index e1963fd..de8bb0b 100644 --- a/README +++ b/README @@ -64,13 +64,15 @@ 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). -whats missing? +- win32 compatibility for the core parts. -- evbuffer, evhttp, bufferevent are missing. +- the event core library (ev and event layer) compiles and works both as + C and C++. -- no priority support at the moment (but likely to be delivered later). +whats missing? -- kqueue, poll (libev currently implements epoll and select). +- no event-like priority support at the moment (the ev priorities + are not yet finished and work differently, but you cna use idle watchers + to get a similar effect). -- windows support (whats windows?).