|
You are here |
developerlife.com | ||
| | | | |
kobzol.github.io
|
|
| | | | | 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. | |
| | | | |
21-lessons.com
|
|
| | | | | Learn the foundational building blocks of an event-based system written in Rust using Tokio as async Runtime | |
| | | | |
petelevasseur.com
|
|
| | | | | Pete LeVasseur's Blog - Engineering, Rust, Automotive, and more | |
| | | | |
blog.yoshuawuyts.com
|
|
| | | [AI summary] The article explores the capabilities and benefits of async Rust, emphasizing its unique features such as concurrency, cancellation, and control over execution. It discusses how async Rust separates concurrency from parallelism, enabling finer control and optimization, especially for latency-oriented workloads. The text also highlights the importance of the ecosystem, noting that many network-related libraries use async Rust, which influences the choice of libraries for developers. The conclusion reinforces that async Rust provides essential tools for managing execution and concurrency that are not available in non-async environments, making it a preferred choice for certain applications. | ||