From 4912fe3cc398994c78425aca039e79cdfbe63901 Mon Sep 17 00:00:00 2001 From: "Y. T. CHUNG" Date: Fri, 21 Aug 2015 06:06:48 +0800 Subject: [PATCH] Add two coroutine schedulers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2188629e2..3f9833ee6 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ Please submit PRs containing links to MIO resources. concept TCP library built on top of Mio and Eventual's futures & streams. * [mioco](//github.com/dpc/mioco) - Mio COroutines +* [simplesched](//github.com/zonyitoo/simplesched) - Coroutine I/O with a simple scheduler +* [coio-rs](//github.com/zonyitoo/coio-rs) - Coroutine I/O with work-stealing scheduler ## Community