Reformat the driver status table to be more compact.
This commit is contained in:
parent
1cadc3077b
commit
a7c5aea124
37
README.md
37
README.md
|
@ -41,31 +41,18 @@ The following compilers are tested and supported:
|
||||||
Driver development status
|
Driver development status
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
Feature | SelectEventDriver | EpollEventDriver | WinAPIEventDriver | KqueueEventDriver
|
Feature \ EventDriver | Select | Epoll | WinAPI | Kqueue | Libasync
|
||||||
-----------------|-------------------|------------------|-------------------|------------------
|
----------------------|--------|-------|---------|---------|----------
|
||||||
TCP Sockets | yes | yes | yes | yes
|
TCP Sockets | yes | yes | yes | yes | —
|
||||||
UDP Sockets | yes | yes | yes | yes
|
UDP Sockets | yes | yes | yes | yes | —
|
||||||
USDS | yes | yes | — | yes
|
USDS | yes | yes | — | yes | —
|
||||||
DNS | yes | yes | yes | yes
|
DNS | yes | yes | yes | yes | —
|
||||||
Timers | yes | yes | yes | yes
|
Timers | yes | yes | yes | yes | —
|
||||||
Events | yes | yes | yes | yes
|
Events | yes | yes | yes | yes | —
|
||||||
Unix Signals | yes² | yes | — | —
|
Unix Signals | yes² | yes | — | — | —
|
||||||
Files | yes | yes | yes | yes
|
Files | yes | yes | yes | yes | —
|
||||||
UI Integration | yes¹ | yes¹ | yes | yes¹
|
UI Integration | yes¹ | yes¹ | yes | yes¹ | —
|
||||||
File watcher | 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 | —
|
|
||||||
|
|
||||||
¹ Manually, by adopting the X11 display connection socket
|
¹ Manually, by adopting the X11 display connection socket
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue