From 09f3dfc2d0db3a42ad9d0a99b4e338848128f8bc Mon Sep 17 00:00:00 2001 From: Denys Bushulyak Date: Mon, 18 Mar 2024 10:38:02 +0300 Subject: [PATCH] Update 05_async_in_traits.md --- src/07_workarounds/05_async_in_traits.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/07_workarounds/05_async_in_traits.md b/src/07_workarounds/05_async_in_traits.md index d2c273e2..8268e885 100644 --- a/src/07_workarounds/05_async_in_traits.md +++ b/src/07_workarounds/05_async_in_traits.md @@ -12,3 +12,5 @@ per-function-call. This is not a significant cost for the vast majority of applications, but should be considered when deciding whether to use this functionality in the public API of a low-level function that is expected to be called millions of times a second. + +Last updates: https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html