Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.