sustrik/libmill
Go-style 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: 4509
- days_rel: n/a
- days_push: 2031
- n_releases_24m: 0
Adoption not part of the score
3175 stars · 219 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Libmill is a C library that brings Go-style concurrency to C, providing goroutine-like coroutines and channels. It lets C developers write concurrent, blocking-style code without callback-based asynchrony.
Use cases
- write concurrent code in C with goroutine-style coroutines
- use channels for communication between C coroutines
- avoid callback-based async programming in C
- build network servers with blocking-style concurrency in C
- port Go-style concurrency patterns to C codebases
When to choose
- you need Go-like concurrency primitives in a C project
- you prefer blocking-style code over event-loop callbacks in C
- you want lightweight coroutines with channel-based communication
When to avoid
- you are writing modern C++ and can use native coroutines or std::thread
- you need a maintained, actively developed library
- you want full async I/O ecosystems like libuv
Facets
library · maturity maintenance
concurrency networking http-client developer-tools programming-languages networking microservices windows cpp c goroutines channels c-library structured-concurrency coroutines linux macos
1 source
- readme: https://github.com/sustrik/libmill · fetched 2026-08-28 · 6b3dd5c1adf0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sustrik/libmill | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem