Download List

项目描述

This is a Portable Coroutine Library implementation written in ANSI C. Coroutines can be used to implement cooperative threading among many tasks without overloading the OS with threads/processes. Since context switch between coroutines is very fast, certain applications might have performance gain in using this type of threading.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-01-04 20:30 Back to release list
1.6

此版本修正了共享库的soname一代的错误,是缺少库的版本信息。
标签: Minor bugfixes
This release fixes a shared library soname generation error that was
missing the library version information.

Project Resources