Implement Coroutines in C as a learning exercise.
Currently, this only works on Linux as it uses io_uring
for async I/O.
- cmake >= 3.0
- clang
- Linux kernel version > 5.1
Clone with git clone --recurse-submodules <url>
Run build.sh
in the repository root.