From 70e16059c269e4da995fab77812640de21799fa6 Mon Sep 17 00:00:00 2001 From: zxj Date: Thu, 28 Dec 2023 20:18:14 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 291b192..55aead4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ mco is a high-performance library for programming stackful coroutines with which you can easily develop and maintain massive concurrent programs. It can be thought as the Rust version of the popular [Goroutine][go]. +- [x] Most commonly used APIs +- [ ] The current version support stack expansion + + # way mco? * Elegant coding,No need for async await * Simple concurrency(CSP model), learning Golang