Skip to content

Commit

Permalink
Update 05_async_in_traits.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys-Bushulyak authored Mar 18, 2024
1 parent ed022fc commit 09f3dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/07_workarounds/05_async_in_traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 09f3dfc

Please sign in to comment.