# coroutine **Repository Path**: jfmcs/coroutine ## Basic Information - **Project Name**: coroutine - **Description**: C++ 11 协程 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2017-02-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #coroutine #C++ 11 协程 ### 支持多线程调度 ### 支持协程之间发生消息 类似 go 语音的channal ### 支持协程yield, sleep, ### 支持协程锁 ###------------- ###下一步开发 网络IO