rust-concurrency
Installation
SKILL.md
Rust Concurrency
Based on the standard library
std::thread,std::sync, andstd::sync::atomicmodules, along with the Async Book. Use when designing, debugging, load-testing, or reviewing threaded and async Rust code; cancellation, task ownership, lock scope, runtime sizing, queues, overload management, message passing, hand basic ownership to rust-stable and unsafe invariants to rust-unsafe-ffi.