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

https://github.com/cppcoffee/coroutine


https://github.com/cppcoffee/coroutine

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# coroutine

A simple coroutine library implemented by ucontext.

## build

Dependency on valgrind library, first install valgrind.

```shell
$ apt install valgrind
$ make
```