Async Rust

Write correct async Rust — runtime choice, Send and Sync bounds, cancellation safety, blocking work inside async contexts, and shared state across tasks. Use when writing or reviewing async code, when a future is held across an await point, when the user hits a Send bound error on a spawned task, when a runtime stalls or deadlocks, or when the user asks about tokio, select!, or spawn_blocking.

rewrite-rs 36d5df9 3 files · 11.1 KB Updated

File contents

rewrite-rs/skills/tree/main/skills/rust/async-rust commit 36d5df9e6a

Frequently asked questions

npx skillmds@latest add rewrite-rs/async-rust