Skip to content

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

Notifications You must be signed in to change notification settings

xiao-en-5970/coroutine-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

coroutine-lib

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

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages