AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Rust: A Single Threaded Web Application
There is a sync await in Rust. It feels very much like JavaScript and that is still single threaded. There's no try catch, which is honestly one of my least favorite things in JavaScript. The way they handle exceptions is via like pattern matching sometimes West. And then via pattern matching, you're essentially it's almost like a switch statement.