My Talks
A Guided Tour of Streams in Rust
You don't understand anything about Stream, FusedStream. They are a fundationnal concept in Async Rust, when you want to do GRPC, Wbsocket or anything network related ! Let's discover this new conc...
Common Mistakes with Rust Async
Let’s be honest, Async Rust is hard ! It has many more rough edges than Sync Rust and requires a different mindset, but it solves a problem space well, that is hard to tackle otherwise. Let's embra...