Rust Concurrency

Design, implement, diagnose, and test Rust concurrency and parallelism with threads, Send and Sync, locks, atomics, channels, Tokio, Rayon, Crossbeam, bounded backpressure, actor ownership, task supervision, graceful shutdown, runtime diagnostics, and Loom model tests. Use when users ask about shared state, deadlocks, async tasks, CPU parallelism, high concurrency, daemon resource budgets, slow consumers, worker pools, lock-free structures, or concurrent correctness.

full-stack-skills 260e244 10 files · 29.0 KB Updated

File contents

full-stack-skills/rust-skills/tree/main/skills/rust-concurrency commit 260e2440e9

Frequently asked questions

npx skillmds@latest add full-stack-skills/rust-concurrency