·rust-concurrency
</>

rust-concurrency

huiali/rust-skills

并发与异步专家。处理 Send, Sync, thread, async, await, tokio, channel, Mutex, deadlock, race condition, 并发, 异步, 死锁等问题。触发词:thread, spawn, channel, mpsc, Mutex, RwLock, Atomic, async, await, Future, tokio, deadlock, race condition

4Installs·1Trend·@huiali

Installation

$npx skills add https://github.com/huiali/rust-skills --skill rust-concurrency

SKILL.md

| 内存 | 每个线程有独立栈 | 单线程复用 | | 阻塞 | 阻塞 OS 线程 | 不阻塞,yield | | 适用 | CPU 密集型 | I/O 密集型 | | 复杂度 | 简单直接 | 需要运行时 |

| E0277 Send not satisfied | 包含非 Send 类型 | 检查所有字段 | | E0277 Sync not satisfied | 共享引用类型非 Sync | 用 Mutex/RwLock 包装 | | Deadlock | 锁顺序不一致 | 统一加锁顺序 | | MutexGuard across await | 锁持有时挂起 | 缩小锁的作用域 |

并发与异步专家。处理 Send, Sync, thread, async, await, tokio, channel, Mutex, deadlock, race condition, 并发, 异步, 死锁等问题。触发词:thread, spawn, channel, mpsc, Mutex, RwLock, Atomic, async, await, Future, tokio, deadlock, race condition Source: huiali/rust-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/huiali/rust-skills --skill rust-concurrency Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/huiali/rust-skills --skill rust-concurrency
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rust-concurrency?

并发与异步专家。处理 Send, Sync, thread, async, await, tokio, channel, Mutex, deadlock, race condition, 并发, 异步, 死锁等问题。触发词:thread, spawn, channel, mpsc, Mutex, RwLock, Atomic, async, await, Future, tokio, deadlock, race condition Source: huiali/rust-skills.

How do I install rust-concurrency?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/huiali/rust-skills --skill rust-concurrency Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/huiali/rust-skills