m07-concurrency

Installation
SKILL.md

Concurrency

Layer 1: Language Mechanics

Core Question

Is this CPU-bound or I/O-bound, and what's the sharing model?

Before choosing concurrency primitives:

  • What's the workload type?
  • What data needs to be shared?
  • What's the thread safety requirement?

Error → Design Question

Related skills

More from actionbook/rust-skills

Installs
710
GitHub Stars
1.1K
First Seen
Jan 23, 2026