sustrik/libdill
Structured concurrency in C observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3882
- days_rel: n/a
- days_push: 876
- n_releases_24m: 0
Adoption not part of the score
1931 stars · 172 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
libdill is a C library that brings structured concurrency to the language, providing coroutines and concurrency primitives. It allows writing concurrent C code where coroutines have well-defined lifetimes and clean error propagation.
Use cases
- write concurrent C programs with structured concurrency
- use lightweight coroutines in C
- manage coroutine lifetimes and cancellation safely
- build network servers with concurrent handlers in C
- avoid callback-based concurrency in C
When to choose
- you need structured concurrency primitives in plain C
- you want lightweight coroutines without a runtime dependency like Go
- you are building C network or systems software with concurrent flows
When to avoid
- you are working in a higher-level language with native async support
- you need a full-featured async runtime with extensive ecosystem
- your project requires Windows-first support or heavy community activity
Facets
library · maturity maintenance
concurrency developer-tools bsd cpp c structured-concurrency coroutines c-library algorithms linux macos
1 source
- readme: https://github.com/sustrik/libdill · fetched 2026-08-28 · 3b24b415883d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sustrik/libdill | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem