Skip to content

wojtek-kaniak/c-async

Repository files navigation

c-async

A single-threaded (non work-stealing) coroutine runtime for C23.

Caution

Not production safe, just a proof of concept.

Supported platforms

Currently only x86-64 platforms with Sys-V ABI support.

Components

Usage

See the examples.