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

lewissbaker/cppcoro

A library of C++ coroutine abstractions for the coroutines TS observed · 2026-08-28

github.com/lewissbaker/cppcoro · C++ · MIT (permissive) 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: 3453
  • days_rel: n/a
  • days_push: 967
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3874 stars · 507 forks observed · 2026-08-28

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

CppCoro is a C++ library providing general-purpose coroutine abstractions built on the Coroutines TS, including task and generator types, awaitable synchronization primitives, schedulers, and async file/networking I/O. It is an experimental exploration of high-performance asynchronous programming primitives for C++.

Use cases

  • write async await style code in C++
  • lazy sequence generation with coroutines
  • await multiple tasks concurrently with when_all
  • async file and socket I/O with coroutines
  • cancellable asynchronous operations
  • build a static thread pool for coroutine scheduling

When to choose

  • you need coroutine primitives (task, generator, async generators) on MSVC or Clang with Coroutines TS support
  • you want lightweight async synchronization primitives and cancellation tokens
  • you are exploring high-performance async C++ patterns

When to avoid

  • you need C++20 std::coroutine support with active maintenance and broad compiler coverage
  • you need production networking with TLS, HTTP clients, or cross-platform guarantees
  • you need a library with frequent updates and long-term support commitments

Facets

library · maturity maintenance

concurrency http-server developer-tools developer-tools programming-languages performance cpp windows coroutines async-await cpp task generator thread-pool io-service linux macos

1 source

Member repositories

RepositoryRoleHealth v2
lewissbaker/cppcoromain32

For agents

markdown · JSON · MCP: product_card(name="lewissbaker/cppcoro")

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