·m07-concurrency
</>

m07-concurrency

actionbook/rust-skills

クリティカル: 同時実行/非同期に使用します。トリガー: E0277 同期送信、スレッド間では送信できません、スレッド、スポーン、チャネル、mpsc、ミューテックス、RwLock、アトミック、async、await、Future、tokio、デッドロック、競合状態、并発行、回線程、异步、死锁

21インストール·1トレンド·@actionbook

インストール

$npx skills add https://github.com/actionbook/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 同期送信、スレッド間では送信できません、スレッド、スポーン、チャネル、mpsc、ミューテックス、RwLock、アトミック、async、await、Future、tokio、デッドロック、競合状態、并発行、回線程、异步、死锁 ソース: actionbook/rust-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/actionbook/rust-skills --skill m07-concurrency
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

m07-concurrency とは?

クリティカル: 同時実行/非同期に使用します。トリガー: E0277 同期送信、スレッド間では送信できません、スレッド、スポーン、チャネル、mpsc、ミューテックス、RwLock、アトミック、async、await、Future、tokio、デッドロック、競合状態、并発行、回線程、异步、死锁 ソース: actionbook/rust-skills。

m07-concurrency のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/actionbook/rust-skills --skill m07-concurrency インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

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