Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semistrict/libcoro
Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)
https://github.com/semistrict/libcoro
Last synced: 16 days ago
JSON representation
Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)
- Host: GitHub
- URL: https://github.com/semistrict/libcoro
- Owner: semistrict
- License: other
- Created: 2013-07-10T06:20:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T07:27:30.000Z (over 4 years ago)
- Last Synced: 2024-04-10T05:28:07.708Z (7 months ago)
- Language: C
- Size: 113 KB
- Stars: 118
- Watchers: 10
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
libcoro
=======Original sources from CVS libcoro (http://software.schmorp.de/pkg/libcoro.html).
Original README
---------------Configuration, documentation etc. is provided in the coro.h file. Please
note that the file conftest.c in this distribution is under the GPL. It is
not needed for proper operation of this library though, for that, coro.h
and coro.c suffice.