Reformat the driver status table to be more compact.

This commit is contained in:
Sönke Ludwig 2017-11-25 11:54:05 +01:00
parent 1cadc3077b
commit a7c5aea124

View file

@ -41,31 +41,18 @@ The following compilers are tested and supported:
Driver development status
-------------------------
Feature | SelectEventDriver | EpollEventDriver | WinAPIEventDriver | KqueueEventDriver
-----------------|-------------------|------------------|-------------------|------------------
TCP Sockets | yes | yes | yes | yes
UDP Sockets | yes | yes | yes | yes
USDS | yes | yes | — | yes
DNS | yes | yes | yes | yes
Timers | yes | yes | yes | yes
Events | yes | yes | yes | yes
Unix Signals | yes² | yes | — | —
Files | yes | yes | yes | yes
UI Integration | yes¹ | yes¹ | yes | yes¹
File watcher | yes² | yes | yes | yes²
Feature | LibasyncEventDriver
-----------------|---------------------
TCP Sockets | —
UDP Sockets | —
USDS | —
DNS | —
Timers | —
Events | —
Unix Signals | —
Files | —
UI Integration | —
File watcher | —
Feature \ EventDriver | Select | Epoll | WinAPI | Kqueue | Libasync
----------------------|--------|-------|---------|---------|----------
TCP Sockets | yes | yes | yes | yes | —
UDP Sockets | yes | yes | yes | yes | —
USDS | yes | yes | — | yes | —
DNS | yes | yes | yes | yes | —
Timers | yes | yes | yes | yes | —
Events | yes | yes | yes | yes | —
Unix Signals | yes² | yes | — | — | —
Files | yes | yes | yes | yes | —
UI Integration | yes¹ | yes¹ | yes | yes¹ | —
File watcher | yes² | yes | yes | yes² | —
¹ Manually, by adopting the X11 display connection socket