Skip to content

ckousik/c-coroutines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coroutines in C

Implement Coroutines in C as a learning exercise.

Currently, this only works on Linux as it uses io_uring for async I/O.

Requirements

  1. cmake >= 3.0
  2. clang
  3. Linux kernel version > 5.1

Build instructions

Clone with git clone --recurse-submodules <url> Run build.sh in the repository root.

About

Implement futures in C as a learning exercise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published