vic_context
是一个跨平台的高性能的协程库(从boost中移植过来的,如果项目引用了boost,也可以直接使用boost中的协程接口)。
- 克隆项目。
git clone --recursive https://github.com/VicCode/vic_context.git
- 编译。
cd vic_context/; ./build.sh -r --static --shared --generator-default --generator-stgz
- 安装。如果编译成功,会在tarball目录生成安装包,请根据系统选择合适的安装包安装。
- 作者: Vic
- 邮箱: vic#libgod.com (replace # with @)