Skip to content

Commit

Permalink
Update platform support info in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Dec 2, 2015
1 parent 61d3c4d commit bedcfd0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ extern crate mio;
* High performance timer system
* Thread safe message channel for cross thread communication

__Eventually__

* Signal handling
* Windows support

## Non goals

The following are specifically omitted from MIO and are left to the user
Expand All @@ -57,8 +52,8 @@ or higher level libraries.

## Platforms

Currently, MIO only supports Linux and Darwin. The goal is to support
all platforms that support Rust and the readiness IO model.
Currently, MIO fully supports Linux and OS X. The master branch has beta
support for Windows.

## Resources

Expand Down

0 comments on commit bedcfd0

Please sign in to comment.