Acerca de
This skill provides a comprehensive suite of advanced design patterns for building scalable, resilient, and high-concurrency async systems in Rust. It enables Claude to implement complex architectural requirements such as fan-out/fan-in task distribution, multi-stage pipeline processing, and intelligent rate limiting. Designed for developers building high-throughput microservices, it also includes essential patterns for system stability like circuit breakers, coordinated shutdowns using CancellationTokens, and efficient shared state management using Tokio's synchronization primitives.