axcoro:跨平台协程库

时间:2024-07-13 07:54:22
【文件属性】:

文件名称:axcoro:跨平台协程库

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-13 07:54:22

C

axia 协程库 来自 lwan 项目( )的跨平台协程库副本,但它应该是跨平台的(包括 Windows)。 建造 git clone https://github.com/thejinchao/axcoro.git axcoro mkdir _build cd _build cmake -G "Unix Makefiles" ../axcoro/ make ./axcoro-test ##样本 # include < stdio> # include " ax-coro.h " static int function_foo ( coro_t * coro) { void * data = coro_get_data (coro); for ( int i = 0 ; i < 10 ; i++) { printf ( " [ %d ]function_foo, arg


【文件预览】:
axcoro-master
----CMakeLists.txt(707B)
----README.md(884B)
----ax-coro-win.c(3KB)
----ax-coro.h(2KB)
----ax-coro-linux.c(7KB)
----test.c(1KB)

网友评论