Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pluveto/minico
a simple, header-only stack-less coroutine library implemented in C
https://github.com/pluveto/minico
Last synced: 11 days ago
JSON representation
a simple, header-only stack-less coroutine library implemented in C
- Host: GitHub
- URL: https://github.com/pluveto/minico
- Owner: pluveto
- License: mit
- Created: 2024-07-22T13:08:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T03:18:40.000Z (4 months ago)
- Last Synced: 2024-10-23T22:44:27.226Z (20 days ago)
- Language: C
- Size: 17.6 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minico
Minico is a simple, header-only stack-less coroutine library implemented in C. It's a toy project for learning purposes and is not intended for production use.
## Usage
Include the `co.h` header file in your source code and define a coroutine function. See [examples](examples/) for more details.
To compile the examples, you can use the provided `Makefile`. Simply run:
```sh
make
```This will compile all the examples in the `examples` directory.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.