·m07-concurrency
</>

m07-concurrency

zhanghandong/rust-skills

关键:用于并发/异步。触发器:E0277 发送同步,无法在线程、线程、spawn、channel、mpsc、Mutex、RwLock、Atomic、async、await、Future、tokio、死锁、竞争条件、并发、线程、异步、死锁之间发送

299安装·9热度·@zhanghandong

安装

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

SKILL.md

Is this CPU-bound or I/O-bound, and what's the sharing model?

| Error | Don't Just Say | Ask Instead |

| E0277 Send | "Add Send bound" | Should this type cross threads? | | E0277 Sync | "Wrap in Mutex" | Is shared access really needed? | | Future not Send | "Use spawnlocal" | Is async the right choice? | | Deadlock | "Reorder locks" | Is the locking design correct? |

关键:用于并发/异步。触发器:E0277 发送同步,无法在线程、线程、spawn、channel、mpsc、Mutex、RwLock、Atomic、async、await、Future、tokio、死锁、竞争条件、并发、线程、异步、死锁之间发送 来源:zhanghandong/rust-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/zhanghandong/rust-skills --skill m07-concurrency
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 m07-concurrency?

关键:用于并发/异步。触发器:E0277 发送同步,无法在线程、线程、spawn、channel、mpsc、Mutex、RwLock、Atomic、async、await、Future、tokio、死锁、竞争条件、并发、线程、异步、死锁之间发送 来源:zhanghandong/rust-skills。

如何安装 m07-concurrency?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/zhanghandong/rust-skills --skill m07-concurrency 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

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