Improve table formatting
This commit is contained in:
parent
28040004cf
commit
65e9693265
30
README.md
30
README.md
|
@ -9,12 +9,12 @@ This is a high-performance native event loop abstraction for D, focused on async
|
||||||
Supported drivers and operating systems
|
Supported drivers and operating systems
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
Driver | Linux | Windows | OS X | FreeBSD
|
Driver | Linux | Windows | macOS | FreeBSD
|
||||||
------------------|-------|---------|------|--------
|
------------------|---------|---------|---------|--------
|
||||||
SelectEventDriver | yes | yes | yes¹ | yes¹
|
SelectEventDriver | yes | yes | yes¹ | yes¹
|
||||||
EpollEventDriver | yes | no | no | no
|
EpollEventDriver | yes | — | — | —
|
||||||
WinAPIEventDriver | no | yes | no | no
|
WinAPIEventDriver | — | yes | — | —
|
||||||
KqueueEventDriver | no | no | yes¹ | yes¹
|
KqueueEventDriver | — | — | yes¹ | yes¹
|
||||||
|
|
||||||
¹ planned, but not currenly implemented
|
¹ planned, but not currenly implemented
|
||||||
|
|
||||||
|
@ -24,16 +24,16 @@ Driver development status
|
||||||
|
|
||||||
Feature | SelectEventDriver | EpollEventDriver | WinAPIEventDriver | KqueueEventDriver
|
Feature | SelectEventDriver | EpollEventDriver | WinAPIEventDriver | KqueueEventDriver
|
||||||
-----------------|-------------------|------------------|-------------------|------------------
|
-----------------|-------------------|------------------|-------------------|------------------
|
||||||
TCP Sockets | yes | yes | no | no
|
TCP Sockets | yes | yes | — | —
|
||||||
UDP Sockets | yes | yes | no | no
|
UDP Sockets | yes | yes | — | —
|
||||||
USDS | yes | yes | no | no
|
USDS | yes | yes | — | —
|
||||||
DNS | yes | yes | no | no
|
DNS | yes | yes | — | —
|
||||||
Timers | yes | yes | yes | no
|
Timers | yes | yes | yes | —
|
||||||
Events | yes | yes | yes | no
|
Events | yes | yes | yes | —
|
||||||
Unix Signals | yes² | yes² | no | no
|
Unix Signals | yes² | yes² | — | —
|
||||||
Files | yes | yes | yes | no
|
Files | yes | yes | yes | —
|
||||||
UI Integration | no | no | yes | no
|
UI Integration | — | — | yes | —
|
||||||
File watcher | yes² | yes² | yes | no
|
File watcher | yes² | yes² | yes | —
|
||||||
|
|
||||||
² Currently only supported on Linux
|
² Currently only supported on Linux
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue