… | |
… | |
69 | - the event core library (ev and event layer) compiles and works both as |
69 | - the event core library (ev and event layer) compiles and works both as |
70 | C and C++. |
70 | C and C++. |
71 | |
71 | |
72 | whats missing? |
72 | whats missing? |
73 | |
73 | |
74 | - evbuffer, evhttp, bufferevent are missing. |
74 | - no event-like priority support at the moment (the ev priorities |
|
|
75 | are not yet finished and work differently, but you cna use idle watchers |
|
|
76 | to get a similar effect). |
75 | |
77 | |
76 | - no priority support at the moment (but likely to be delivered later). |
|
|
77 | |
78 | |
78 | - kqueue, poll (libev currently implements epoll and select). |
|
|
79 | |
|
|
80 | - windows support (whats windows?). |
|
|
81 | |
|
|