AI AGENT ADDONS

Concurrency helps programs do multiple things at once. This skill explains how to choose between threads and async in Rust. It covers important topics like Send and Sync markers. You will learn when to use Mutex, channels, or atomic types. The goal is to write safe and fast parallel code. This guide also helps you avoid deadlocks and race conditions. It is made for Rust developers who want to build reliable concurrent systems.

Add M07 Concurrency skill to your workflow

Global

mkdir -p ~/.claude/skills/m07-concurrency

Project

mkdir -p .claude/skills/m07-concurrency

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago