Skip to content

Commit 3c84923

Browse files
authored
Merge pull request #215 from Denys-Bushulyak/patch-3
Update 05_async_in_traits.md
2 parents c42fb4f + 09f3dfc commit 3c84923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/07_workarounds/05_async_in_traits.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ per-function-call. This is not a significant cost for the vast majority
1212
of applications, but should be considered when deciding whether to use
1313
this functionality in the public API of a low-level function that is expected
1414
to be called millions of times a second.
15+
16+
Last updates: https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html

0 commit comments

Comments
 (0)