·rust-async-pattern
</>

rust-async-pattern

huiali/rust-skills

高级异步模式专家。处理 Stream 实现, 零拷贝, tokio::spawn 生命周期, 插件系统调度, tonic 流式响应等问题。触发词:async, Stream, tokio::spawn, 零拷贝, 插件系统, tonic, 流式, BorrowedMessage, 异步调度

4Installs·0Trend·@huiali

Installation

$npx skills add https://github.com/huiali/rust-skills --skill rust-async-pattern

SKILL.md

| Stream 返回借用 | Item 生命周期逃逸 | Worker + Channel | | tokio::spawn 非 'static | 任务可能持有临时引用 | 事件循环模式 | | 插件 handler 生命周期 | 插件持有消息 | Actor + 索引 | | async-graphql + GAT | 'static 要求 | owned DTO | | tonic Stream 自引用 | 缓冲区复用冲突 | Snapshot 模式 |

| 独立任务,可并行 | tokio::spawn | | 需要协作调度 | Event Loop | | 插件系统 | Actor 模式 | | 长期运行的状态ful | Actor | | 短命任务 | spawn | | 需要背压控制 | Channel + actor |

高级异步模式专家。处理 Stream 实现, 零拷贝, tokio::spawn 生命周期, 插件系统调度, tonic 流式响应等问题。触发词:async, Stream, tokio::spawn, 零拷贝, 插件系统, tonic, 流式, BorrowedMessage, 异步调度 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-async-pattern Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/huiali/rust-skills --skill rust-async-pattern
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rust-async-pattern?

高级异步模式专家。处理 Stream 实现, 零拷贝, tokio::spawn 生命周期, 插件系统调度, tonic 流式响应等问题。触发词:async, Stream, tokio::spawn, 零拷贝, 插件系统, tonic, 流式, BorrowedMessage, 异步调度 Source: huiali/rust-skills.

How do I install rust-async-pattern?

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-async-pattern 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