# Amanieu/asyncplusplus

Async++ concurrency framework for C++11

Repository: https://github.com/Amanieu/asyncplusplus
Canonical: https://ross.abutalabs.com/products/asyncplusplus
Language: C++
License: MIT
License Family: permissive
Last push: 2024-10-11T12:13:08+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4927, "days_push": 691, "days_rel": 691, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1414, forks 207 (observed 2026-08-28T04:04:39.715105+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: concurrency
- domain: developer-tools, cross-platform
- platform: windows, cpp
- tags: cpp11, task-based-parallelism, parallel-algorithms, ppl-inspired, linux, macos, ios

## Member repositories
- Amanieu/asyncplusplus (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:39.715105+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:10.897423+00:00, confidence not recorded.
  - readme: https://github.com/Amanieu/asyncplusplus (fetched 2026-08-28T04:04:39.715105+00:00, sha 07f1061613cb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
