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

rakyll/coop

Cheat sheet for some of the common concurrent flows in Go observed · 2026-08-28

github.com/rakyll/coop · Go · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived no_license

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: 4612
  • days_rel: n/a
  • days_push: 3984
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1193 stars · 44 forks observed · 2026-08-28

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

A Go package containing implementations of common concurrent program flows such as timed execution, repetition, timeouts, and throttled parallel execution. The author explicitly recommends treating it as a snippets reference or cheat sheet rather than a production library, and the package is now obsolete.

Use cases

  • run a Go function after a delay or at a specific time
  • repeat a function on an interval until a deadline
  • cancel a function if it exceeds a timeout
  • run multiple functions concurrently and wait for all to finish
  • limit the number of concurrent goroutines with throttling
  • learn common Go concurrency patterns by example

When to choose

  • learning Go concurrency idioms through small readable examples
  • copying snippet patterns for timers, timeouts, and fan-out into your own code

When to avoid

  • production use, since the author declares the package obsolete
  • needing performant or well-maintained concurrency utilities
  • projects requiring a maintained license and active support

Facets

library · maturity abandoned

concurrency scheduling developer-tools developer-tools programming-languages go cross-platform go-concurrency cheat-sheet goroutines snippets obsolete algorithms

1 source

Member repositories

RepositoryRoleHealth v2
rakyll/coopmain10

For agents

markdown · JSON · MCP: product_card(name="rakyll/coop")

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