Ross ROSS = Recommend OSS · open-source software intelligence for agents

David-Haim/concurrencpp

Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all observed · 2026-08-28

github.com/David-Haim/concurrencpp · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

31/100

  • Activity 19
  • 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2430
  • days_rel: n/a
  • days_push: 489
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2760 stars · 252 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A modern C++ concurrency library built on C++20 coroutines, providing tasks, executors, timers, and result objects for writing asynchronous and parallel applications. It offers high-level abstractions that replace low-level primitives like std::thread and std::mutex.

Use cases

  • write async code with c++20 coroutines
  • run tasks on a thread pool
  • schedule delayed and periodic timers
  • parallelize cpu-bound algorithms
  • replace raw std::thread and mutex code
  • compose concurrent tasks with when_all and when_any

When to choose

  • you use C++20 and want coroutine-based concurrency
  • you need executor abstractions with built-in synchronization
  • you want high-level task composition instead of manual thread management

When to avoid

  • you are stuck on pre-C++20 compilers
  • you need GPU or heterogeneous computing concurrency
  • you only need simple single-threaded async I/O already covered by your framework

Facets

library · maturity stable

concurrency scheduling developer-tools performance cpp cross-platform windows coroutines cpp20 executors thread-pool async-await task-scheduler timers multithreading algorithms linux macos

1 source

Member repositories

RepositoryRoleHealth v2
David-Haim/concurrencppmain31

For agents

markdown · JSON · MCP: product_card(name="David-Haim/concurrencpp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem