Explore >> Select a destination


You are here

tokio.rs
| | 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
| | 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.
| | blog.sylver.dev
2.6 parsecs away

Travel
| | In this episode, we'll extend our server to serve static files. We'll also refactor our code to support connection reuse, and implement a graceful shutdown mechanism. If your didn't follow the previous episode, you can find the code on GitHub. As we ...
| | tuckersiemens.com
18.2 parsecs away

Travel
| Dynamically generating PNGs with your IP address in them.