rust-coroutine
协程与绿色线程专家。处理 generator, suspend/resume, stackful coroutine, stackless coroutine, context switch, 协程, 绿色线程, 上下文切换, 生成器
Installation
SKILL.md
| 调度 | 内核 | 用户态 | | 切换开销 | 1μs | 100ns | | 数量限制 | 数千 | 数十万 | | 栈大小 | 1-8MB | 几 KB | | 抢占 | 抢占式 | 协作式 |
| 协程不执行 | 缺少调度器 | 实现或使用调度器 | | 栈溢出 | 递归太深 | 使用堆分配栈 | | 内存泄漏 | 任务未完成 | 正确清理协程 | | 死锁 | 循环等待 | 避免循环依赖 |
协程与绿色线程专家。处理 generator, suspend/resume, stackful coroutine, stackless coroutine, context switch, 协程, 绿色线程, 上下文切换, 生成器 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-coroutine Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/huiali/rust-skills --skill rust-coroutine- Source
- huiali/rust-skills
- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is rust-coroutine?
协程与绿色线程专家。处理 generator, suspend/resume, stackful coroutine, stackless coroutine, context switch, 协程, 绿色线程, 上下文切换, 生成器 Source: huiali/rust-skills.
How do I install rust-coroutine?
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-coroutine 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
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-01