/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

petelevasseur.com
| | samthursfield.wordpress.com
2.8 parsecs away

Travel
| | This is another month where too many different things happened to stick them all in one post together. So here's a ramble on Rust, and there's more to come in a follow up post. I first started learning Rust in late 2020. It took 3 attempts before I could start to make functional commandline apps,...
| | async.rs
3.4 parsecs away

Travel
| |
| | developerlife.com
4.4 parsecs away

Travel
| | This tutorial, video, and repo are a deep dive into the concept of cancellation safety in async code using Tokio and Rust. It affects the tokio::select! macro, and what happens to the racing Futures that don't win. The examples provided here, along with the video, will go over both code that is is cancellation safe and code that is not. These examples reflect real-world patterns, and are a generalized form of them.
| | arne.me
18.8 parsecs away

Travel
| Part 1 of writing an SDK for Axiom using the Zig programming language.