当前位置: 首页 > 工具软件 > libgo > 使用案例 >

一个开源的C++协程库-libgo

王彭薄
2023-12-01

fensnote/libgo
https://gitee.com/fensnote/libgo

Libgo is a stackful coroutine library for collaborative scheduling written in C++ 11, and it is also a powerful and easy-to-use parallel programming library.

Three platforms are currently supported:

Linux

MacOSX

Windows (Win7 or above,x86 or x64,complie with VS2015/2017)

Using libgo to write multi-threaded programs, it can be developed as fast and logical as golang and Erlang concurrent languages, and has the performance advantages of C++ native.It make it happen that one can serve God and Mammon.

 类似资料: