home/categories/architecture-patterns/matthewharwood-engmanager-xyz-claude-skills-rust-async-runtime-skill-md
architecture-patternsdevelopment
rust-async-runtime
Production patterns for Tokio 1.48.0 async runtime including task spawning, channels (mpsc, oneshot, broadcast, watch), synchronization primitives, graceful shutdown, and lifecycle management. Use when spawning background tasks, managing concurrency, implementing graceful shutdown, or coordinating async work.
maintainer
matthewharwood
更新于 12/14/2025
星标
2
分支
0
quick start
Installation and usage
Production patterns for Tokio 1.48.0 async runtime including task spawning, channels (mpsc, oneshot, broadcast, watch), synchronization primitives, graceful shutdown, and lifecycle management. Use when spawning background tasks, managing concurrency, implementing graceful shutdown, or coordinating async work.
安装
$ install --globalskills.sh
使用
安装后,您可以通过在终端运行以下命令来使用此技能:
skills use rust-async-runtime