Acerca de
This skill equips Claude with specialized knowledge for architecting, implementing, and debugging asynchronous Rust applications. It covers essential patterns including concurrent task execution with JoinSet, sophisticated communication via various channel types (MPSC, broadcast, oneshot, and watch), robust error handling with anyhow and thiserror, and graceful shutdown strategies. Whether you are building high-performance network services or managing complex shared state, this skill ensures your implementation follows industry standards for memory safety, performance, and reliability in an async context.