Télécharger la liste

Description du projet

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.

Système requise

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.

2010-05-02 07:08
1.10

Un soutien a été ajoutée pour Mac OS X sur x86.
Support was added for Mac OS X on x86.

2010-01-20 03:57
1.9

Cette version introduit le support multi-threading et de nouvelles API pour obtenir / définir les données associées à coroutines.
This release introduces multi-threading support and new APIs to get/set the data associated with coroutines.

2010-01-18 10:48
1.8

Cette version apporte un soutien pour MinGW et Windows.
This release adds support for MinGW and Windows.

2006-01-04 20:30
1.6

Cette version corrige un erreur de bibliothèque partagée soname génération qui a été absent Les informations de version de la bibliothèque.
Tags: Minor bugfixes
This release fixes a shared library soname generation error that was
missing the library version information.

2005-07-07 20:07
1.5

Un mal d'erreur d'alignement sur Alpha a été corrigé.
Tags: Minor bugfixes
A mis-alignment error on Alpha has been fixed.

Project Resources