Claude
Skills
Sign in
Back

rust-async

Included with Lifetime
$97 forever

Guide for async and concurrent Rust programming. Use when writing async functions, using tokio, spawning threads, working with channels, or sharing state with Arc/Mutex.

Backend & APIs

What this skill does


# Rust Async and Concurrency

Async functions, tokio runtime, streams, threads, channels, and shared state.

## When to Use This Skill

Activate when:
- Writing async functions with tokio
- Running concurrent async operations with join! or spawn
- Processing async streams
- Spawning OS threads
- Using channels (mpsc) for message passing
- Sharing state with Arc and Mutex

For async patterns, concurrency primitives, and shared state examples, see `references/async.md`.

Related in Backend & APIs