ucontext-人人都可以实现的简单协程库

Posted woshare

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ucontext-人人都可以实现的简单协程库相关的知识,希望对你有一定的参考价值。

ucontext的介绍

http://blog.csdn.net/qq910894904/article/details/41911175

协程的介绍

https://en.wikipedia.org/wiki/Coroutine

风云的c库

http://blog.codingnow.com/2012/07/c_coroutine.html

https://github.com/cloudwu/coroutine/

 

腾讯的开源c++库

https://code.csdn.net/Tencent/libco/tree/master

 

以上是关于ucontext-人人都可以实现的简单协程库的主要内容,如果未能解决你的问题,请参考以下文章

ucontext-人人都可以实现的简单协程库

写个百万级别full-stack小型协程库——原理介绍

协程库libtask源码分析之架构篇

libco协程库上下文切换原理详解

C高级 跨平台协程库

一种在C语言中用 System V ucontext 实现的协程切换