Attempting to explain as slowly as possible what actually happens when the compiler finds an async function containing awaits: it writes a poll method… ...more
Exploring what a Future is in async Rust and how we could manually write code that polls futures. Normally, we avoid this manual work by using the asy… ...more
What async programming is and what it looks like in Rust. Series: Language basics, More syntax, Traits and generics, Building applications, Concurren… ...more
Following through an exercise using a trait object with dynamic dispatch to choose different behaviour at runtime. To see the exercises code as it wa… ...more
I am really excited to say I was elected to the Governing Board of the Matrix Foundation! I was really surprised because there were lots of people sta… ...more