Amanieu/asyncplusplus
Async++ concurrency framework for C++11 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 4927
- days_rel: 691
- days_push: 691
- n_releases_24m: 1
Adoption not part of the score
1414 stars · 207 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Async++ is a lightweight concurrency framework for C++11 providing asynchronous tasks, continuations, and parallel algorithms. It is inspired by Microsoft PPL and the N3428 C++ standard proposal.
Use cases
- run tasks asynchronously in C++11
- chain task continuations with then()
- execute parallel for loops and reductions
- invoke multiple functions in parallel
- wait for multiple tasks with when_all
- schedule work across a thread pool
When to choose
- you need lightweight async/parallelism without heavy dependencies
- you are limited to C++11 and want PPL-style tasks
- you need cross-platform support including Linux, macOS, Windows, and iOS
When to avoid
- you can use C++17/20/23 std::execution, std::future, or coroutines instead
- you need GPU or heterogeneous parallelism
- you need a full-featured threading framework with executors and cancellation
Facets
library · maturity maintenance
concurrency developer-tools cross-platform windows cpp cpp11 task-based-parallelism parallel-algorithms ppl-inspired linux macos ios
1 source
- readme: https://github.com/Amanieu/asyncplusplus · fetched 2026-08-28 · 07f1061613cb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Amanieu/asyncplusplus | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Amanieu/asyncplusplus")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem