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

https://github.com/asukaminato0721/c-yield


https://github.com/asukaminato0721/c-yield

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# c-yield

A ~100LoC header-only generator library in c using ucontext.

A 169LoC header-only generator library in c using pthread.

## example

```
cc fib.c -o fib -Wall -Wextra
./fib
cc bst.c -o bst -Wall -Wextra
./bst
cc fib_pthread.c -o fib -Wall -Wextra
./fib
cc bst_pthread.c -o bst -Wall -Wextra
./bst
```

## License

Same as