Skip to main content

rust-concurrency

Concurrent and async Rust - `Send`/`Sync`, scoped threads, `Arc<Mutex<_>>` discipline, channels, rayon, and the tokio rules that the compiler cannot check for you (blocking the executor, holding a lock across `.await`, cancellation safety, structured shutdown). Use when adding threads, tasks, channels, or atomics, when a future never completes or a task silently disappears, when choosing between threads/rayon/async, or when reviewing code that shares mutable state. Includes verification with miri, loom, and ThreadSanitizer.

Jump to install

Source facts

Repository
inference-gateway/skills
Last source activity
July 29, 2026 at 09:47
Detected SKILL.md language
English
Stars
1
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.