From 21d9873f03dd2f2578a6cfa2ac792f401ed96b64 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 13 Jan 2022 09:31:40 +0100 Subject: Add article about tokio cooperative task yielding Signed-off-by: Matthias Beyer --- computer/programming/rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/computer/programming/rust.md b/computer/programming/rust.md index c0237e2..eec025a 100644 --- a/computer/programming/rust.md +++ b/computer/programming/rust.md @@ -85,6 +85,7 @@ ones are listed here. * [Rust in 2024 (Niko Matsakis)](https://www.youtube.com/watch?v=OuSiuySr6_Q) * [C++ vs Rust: which is faster?](https://www.youtube.com/watch?v=VMpSYJ_7aYM) * [Choose the Right Option](https://www.youtube.com/watch?v=6c7pZYP_iIE) +* [Reducing tail latencies with automatic cooperative task yielding](https://tokio.rs/blog/2020-04-preemption) * [Async Rust in practice: Performance, Pitfalls, Profiling](https://www.scylladb.com/2022/01/12/async-rust-in-practice-performance-pitfalls-profiling/) #### History and Future -- cgit v1.2.3