AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Rust and Concurrency
Rust has a bunch of really interesting and unique concurrency things just about it in general. You can actually write end to end threading as a library because Rust is a low enough level programming language that I owe is a library concern, not really a language concern. There are also mutability and immutability rules to make sure that there's no concurrence issues there too. And the latest example we did is you can actually write a blog post about thisI have a good link at some point for more details on how these all work. But what's important about Rust concurity is is that we have certain types built into the type system that have certain conc concurrent properties.