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,racecondition
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,racecondition 来源:huiali/rust-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/huiali/rust-skills --skill rust-concurrency 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/huiali/rust-skills --skill rust-concurrency- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 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,racecondition 来源:huiali/rust-skills。
如何安装 rust-concurrency?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/huiali/rust-skills --skill rust-concurrency 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/huiali/rust-skills
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01