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