소개
The Tokio Patterns skill equips Claude with specialized knowledge for architecting high-performance, concurrent Rust applications. It provides standardized implementations for critical async behaviors such as worker pools, actor-based request-response models, pub/sub messaging, and graceful shutdowns. This skill is essential for developers building network services or distributed systems who need to ensure their code follows best practices for task management, resource cleanup, and resilient error handling using exponential backoffs and timeouts.