From 65e969326534d4fe7a7f231d27d71ef657dba038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 22 Jan 2017 09:46:31 +0100 Subject: [PATCH] Improve table formatting --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a3e2cff..b33e288 100644 --- a/README.md +++ b/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 --------------------------------------- -Driver | Linux | Windows | OS X | FreeBSD -------------------|-------|---------|------|-------- -SelectEventDriver | yes | yes | yes¹ | yes¹ -EpollEventDriver | yes | no | no | no -WinAPIEventDriver | no | yes | no | no -KqueueEventDriver | no | no | yes¹ | yes¹ +Driver | Linux | Windows | macOS | FreeBSD +------------------|---------|---------|---------|-------- +SelectEventDriver | yes | yes | yes¹ | yes¹ +EpollEventDriver | yes | — | — | — +WinAPIEventDriver | — | yes | — | — +KqueueEventDriver | — | — | yes¹ | yes¹ ¹ planned, but not currenly implemented @@ -24,16 +24,16 @@ Driver development status Feature | SelectEventDriver | EpollEventDriver | WinAPIEventDriver | KqueueEventDriver -----------------|-------------------|------------------|-------------------|------------------ -TCP Sockets | yes | yes | no | no -UDP Sockets | yes | yes | no | no -USDS | yes | yes | no | no -DNS | yes | yes | no | no -Timers | yes | yes | yes | no -Events | yes | yes | yes | no -Unix Signals | yes² | yes² | no | no -Files | yes | yes | yes | no -UI Integration | no | no | yes | no -File watcher | yes² | yes² | yes | no +TCP Sockets | yes | yes | — | — +UDP Sockets | yes | yes | — | — +USDS | yes | yes | — | — +DNS | yes | yes | — | — +Timers | yes | yes | yes | — +Events | yes | yes | yes | — +Unix Signals | yes² | yes² | — | — +Files | yes | yes | yes | — +UI Integration | — | — | yes | — +File watcher | yes² | yes² | yes | — ² Currently only supported on Linux