From 3b2cadb36aefaa5a8da7bde66c8f249cf9212a99 Mon Sep 17 00:00:00 2001 From: Xudong Huang Date: Wed, 20 Feb 2019 15:29:58 +0800 Subject: [PATCH] Added MAY stackful coroutine library for Asynchronous --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bed69c..5b125a1 100644 --- a/README.md +++ b/README.md @@ -583,6 +583,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [TeaEntityLab/fpRust](https://github.com/TeaEntityLab/fpRust) — Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust [Travis CI Build Status](https://travis-ci.org/TeaEntityLab/fpRust) * [rust-lang-nursery/futures-rs](https://github.com/rust-lang-nursery/futures-rs) — Zero-cost futures in Rust [Travis CI Build Status](https://travis-ci.org/rust-lang-nursery/futures-rs) * [carllerche/mio](https://github.com/carllerche/mio) — MIO is a lightweight IO library for Rust with a focus on adding as little overhead as possible over the OS abstractions [](https://travis-ci.org/carllerche/mio) +* [Xudong-Huang/may](https://github.com/Xudong-Huang/may) - rust stackful coroutine library [](https://travis-ci.org/Xudong-Huang/may) ### Audio