Update README with kqueue features.

This commit is contained in:
Sönke Ludwig 2017-01-22 20:55:16 +01:00
parent 8bf742d3cc
commit 25ab88a404

View file

@ -25,14 +25,14 @@ Driver development status
Feature | SelectEventDriver | EpollEventDriver | WinAPIEventDriver | KqueueEventDriver Feature | SelectEventDriver | EpollEventDriver | WinAPIEventDriver | KqueueEventDriver
-----------------|-------------------|------------------|-------------------|------------------ -----------------|-------------------|------------------|-------------------|------------------
TCP Sockets | yes | yes | — | — TCP Sockets | yes | yes | — | yes
UDP Sockets | yes | yes | — | — UDP Sockets | yes | yes | — | yes
USDS | yes | yes | — | — USDS | yes | yes | — | yes
DNS | yes | yes | — | — DNS | yes | yes | — | yes
Timers | yes | yes | yes | — Timers | yes | yes | yes | yes
Events | yes | yes | yes | — Events | yes | yes | yes | yes
Unix Signals | yes² | yes² | — | — Unix Signals | yes² | yes² | — | —
Files | yes | yes | yes | — Files | yes | yes | yes | yes
UI Integration | yes¹ | yes¹ | yes | — UI Integration | yes¹ | yes¹ | yes | —
File watcher | yes² | yes² | yes | — File watcher | yes² | yes² | yes | —