·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,racecondition

4安裝·1熱度·@huiali

安裝

$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,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