From a7c9b3938777e972ddcd82144d30f8d8244bb6fd Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sun, 1 Mar 2015 13:25:52 -0800 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29d8d9ffd..4f49d161b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ extern crate mio; * High performance timer system * Thread safe message channel for cross thread communication -__Coming soon__ +__Eventually__ * Signal handling @@ -43,9 +43,9 @@ or higher level libraries. * File operations * Thread pools / multi-threaded event loop +* Windows support ## Platforms -Currently, MIO only supports Linux and Darwin. However, Windows support -will be coming soon. The goal is to support all platforms that Rust -supports. +Currently, MIO only supports Linux and Darwin. The goal is to support +all platforms that support Rust and the readiness IO model.