diff --git a/README.md b/README.md index 40ea16d..6807874 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ The goal is to have only projects that are mostly stable and useful to users. - [Applications written in Rust](#applications-written-in-rust) - [Games](#games) - [Operating systems](#operating-systems) + - [Asynchronous](#asynchronous) - [Development Tools](#development-tools) - [Debugging](#debugging) - [IDEs](#ides) @@ -75,6 +76,9 @@ The goal is to have only projects that are mostly stable and useful to users. * [redox-os/redox](https://github.com/redox-os/redox) — [](https://travis-ci.org/redox-os/redox) * [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [](https://travis-ci.org/thepowersgang/rust_os) +## Asynchronous + +* [zonyitoo/coio-rs](https://github.com/zonyitoo/coio-rs) — a coroutine I/O library with a working-stealing scheduler [](https://travis-ci.org/zonyitoo/coio-rs) ## Development tools