Rust Async

Async Rust and concurrency with Tokio. Use when writing async code, choosing channel types (mpsc/broadcast/watch/oneshot), dealing with Send/Sync bounds, spawn_blocking, JoinSet, CancellationToken, or fixing issues with locks held across .await points. Also use for tokio::select!, graceful shutdown, and structured concurrency patterns.

dawidpereira c100061 6 files · 36.4 KB Updated

File contents

dawidpereira/rust-skills/tree/main/skills/rust-async commit c100061f25

Frequently asked questions

npx skillmds@latest add dawidpereira/rust-async