/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

tokio.rs
| | developerlife.com
2.5 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.
| | kobzol.github.io
2.8 parsecs away

Travel
| | I'm an avid user of async Rust, and I have used it to implement various kinds of distributed systems and networking applications. Even though async Rust is very helpful in expressing concurrent processes, synchronization patterns, timeouts etc., it is not a secret that there are still a lot of papercuts and missing features in it. One of these is an interface for asynchronous iterators.
| | developerlife.com
2.5 parsecs away

Travel
| | A guide on how to create write a simple TCP chat server in Rust using Tokio
| | dorotac.eu
11.0 parsecs away

Travel
|