Download List

Descripción del Proyecto

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 Requirements

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.

2005-02-09 18:33
1.4

Un error que hizo la creación de rutina auxiliar fallar debido a un mínimo error en el cálculo el tamaño de pila fue corregido.
Tags: Major bugfixes
A bug that made the helper routine creation fail
because of a wrongly calculated minimum stack size
was fixed.

2004-08-19 19:30
1.3

La pila de base necesaria para ser más allá de la estructura de co-rutina. Esto hizo que se estrelló en los sistemas con pilas cada vez mayor hacia las direcciones.
Tags: Minor bugfixes
The stack base needed to be past the co-routine structure. This caused crashed on systems with stacks growing towards higher addresses.

2004-01-02 23:28
1.2

Código de limpieza y la generación de biblioteca compartida.
Tags: Minor feature enhancements
Code cleanup and shared library generation.

2003-05-28 00:07
1.1

Esta versión incluye config.h y fija el programa de prueba cothread.c. Hay algo de limpieza de código.
Tags: Minor bugfixes
This release includes config.h and fixes the cothread.c test program. There is some code cleanup.

2003-04-10 21:00
1.0

Configuración automática (configurar) se ha añadido soporte.
Tags: Minor feature enhancements
Autoconfiguration (configure) support has been added.

Project Resources