Bio
Hi, I’m Arpad, and I go by Swatinem online. I work with (async) Rust day-to-day, writing critical processing infrastructure at Sentry. I’m also interested in improving Rust itself, where my focus has been on improving async Rust, and some work around code coverage.
My Talks
`async fn` from Editor to Executable
What is an `async fn`, and what does the compiler do with it? Why is the difference between `async fn` and `fn -> impl Future` such a footgun?
Learn all about this, and how the compiler changes ove...