Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 195 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 195 Bytes

coroutine-lib

协程库实现,其中包括co-yield切换协程,co-start启动协程,co_wait等待协程结束

协程的上下文切换使用的随机切换,上下文保存使用ucontext.h