Help us improve
Share bugs, ideas, or general feedback.
From all-skills
Guides async and concurrent Rust programming: tokio runtime, async functions, threads, channels (mpsc), and shared state with Arc/Mutex.
npx claudepluginhub vinnie357/claude-skills --plugin qaHow this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills:asyncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Async functions, tokio runtime, streams, threads, channels, and shared state.
Guides async and concurrent Rust programming including tokio runtime, async functions, streams, threads, mpsc channels, and Arc/Mutex shared state.
Provides production patterns for async Rust with Tokio, including tasks, channels, streams, and error handling. Use when building async applications or debugging concurrent systems.
Teaches production async Rust patterns using Tokio: tasks, channels, streams, error handling, and performance optimization.
Share bugs, ideas, or general feedback.
Async functions, tokio runtime, streams, threads, channels, and shared state.
Activate when:
For async patterns, concurrency primitives, and shared state examples, see references/async.md.