소개
This skill equips Claude with specialized knowledge for implementing sophisticated asynchronous logic in Rust. It offers a comprehensive library of proven patterns for managing concurrency, including worker pools with semaphores, request-response actor models, and broadcast-based pub/sub systems. By leveraging these idioms, developers can ensure their Rust services handle graceful shutdowns, implement reliable retries with exponential backoff, and manage resource lifecycles effectively within the Tokio ecosystem, significantly reducing the complexity of building robust concurrent software.