Update 05_async_in_traits.md

This commit is contained in:
Denys Bushulyak 2024-03-18 10:38:02 +03:00 committed by GitHub
parent ed022fc51a
commit 09f3dfc2d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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