Skip to content

Commit

Permalink
Merge pull request #215 from Denys-Bushulyak/patch-3
Browse files Browse the repository at this point in the history
Update 05_async_in_traits.md
  • Loading branch information
nrc authored Oct 5, 2024
2 parents c42fb4f + 09f3dfc commit 3c84923
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 3c84923

Please sign in to comment.