facebookexperimental/libunifex
Unified Executors observed · 2026-08-28
Health v2 · maintenance only
61/100
- Activity 85
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2500
- days_rel: n/a
- days_push: 94
- n_releases_24m: 0
Adoption not part of the score
1713 stars · 210 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
libunifex is a C++ library implementing the sender/receiver asynchronous programming model proposed for C++ standardization. It provides schedulers, timers, async I/O via io_uring, cancellation, async streams, and C++20 coroutine integration.
Use cases
- write async C++ code with the sender/receiver model
- compose asynchronous operations with algorithms
- perform async file I/O on Linux with io_uring
- integrate coroutines with an executor framework
- implement structured concurrency with cancellation support
- prototype the future C++ std::execution API
When to choose
- you need a modern, composable async/concurrency model in C++17/20
- you want to experiment with or adopt the proposed std::execution sender/receiver design
- you need structured cancellation and coroutine integration in C++
When to avoid
- you need API or ABI stability in production
- you want a mature, widely-adopted async framework
- you need async I/O on platforms other than Linux io_uring or Windows thread pools
Facets
library · maturity experimental
concurrency scheduling developer-tools performance windows cpp cross-platform sender-receiver coroutines io-uring cancellation executors c-plus-plus algorithms linux macos
1 source
- readme: https://github.com/facebookexperimental/libunifex · fetched 2026-08-28 · d23443f51e50
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebookexperimental/libunifex | main | 61 |
For agents
markdown · JSON · MCP: product_card(name="facebookexperimental/libunifex")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem