# smallnest/concurrency-programming-via-rust

Repository: https://github.com/smallnest/concurrency-programming-via-rust
Canonical: https://ross.abutalabs.com/products/concurrency-programming-via-rust
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2025-07-17T04:08:03+00:00

## Health v2 (maintenance only)
Score: 37/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 32, release rhythm 8, longevity 100
- inputs: {"age_days": 1426, "days_push": 412, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1345, forks 74 (observed 2026-08-28T04:04:27.293598+00:00)

## What it is
A collection of Rust source code examples accompanying a planned book on concurrency programming in Rust. It covers threads, thread pools, async/await, synchronization primitives, channels, and popular concurrency libraries like parking_lot, crossbeam, rayon, and tokio.

## Use cases
- learn concurrency programming in Rust
- understand async/await in Rust
- see examples of thread pools in Rust
- learn how to use tokio
- compare crossbeam and std channels
- study synchronization primitives in Rust
- learn parallel programming with rayon

## When to choose
- you are learning Rust concurrency from scratch
- you want runnable example code for threads, channels, and async
- you want a structured chapter-by-chapter curriculum on Rust concurrency

## When to avoid
- you need a production concurrency library rather than educational examples
- you need comprehensive documentation rather than code snippets
- you are not working in Rust

## Facets
- artifact type: learning-resource
- maturity: active
- function: concurrency, developer-tools
- domain: tutorials, programming-languages, developer-tools
- platform: rust, cross-platform
- tags: rust, concurrency, book, examples, async, threads, tokio, rayon, crossbeam

## Member repositories
- smallnest/concurrency-programming-via-rust (main) score 37

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:27.293598+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:42:46.568711+00:00, confidence not recorded.
  - readme: https://github.com/smallnest/concurrency-programming-via-rust (fetched 2026-08-28T04:04:27.293598+00:00, sha 6a5fbc3e5fa9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
