summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-01-13 09:31:40 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-07-30 21:58:34 +0200
commit21d9873f03dd2f2578a6cfa2ac792f401ed96b64 (patch)
tree6622ba24637f0171e0e491d5349ccc11dad5a4cb
parentf86e88d92ba3637bbbcb0c3856d36489a1cef2fd (diff)
Add article about tokio cooperative task yielding
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--computer/programming/rust.md1
1 files changed, 1 insertions, 0 deletions
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