https://github.com/cppcoffee/coroutine
https://github.com/cppcoffee/coroutine
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cppcoffee/coroutine
- Owner: cppcoffee
- Created: 2021-11-21T13:14:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T12:30:24.000Z (over 4 years ago)
- Last Synced: 2025-01-29T00:47:00.271Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```