@finestructure@mastodon.social
Post #2385534
2026-04-28 17:22 UTC
@sense@mastodon.social Pretty sure you always needed the `async let` in order for it to form implicit Tasks and allow them to run concurrently.
It's tricky to know whether stuff is actually concurrently unless you test it, so perhaps you never noticed before? Happened to me a few times.
Replies (1)
-
@sense@mastodon.social 2026-04-28 18:01
@finestructure@mastodon.social I thought I tested this, and that we even discussed this in the team. Probably the timing of the requests was misleading in the test case. TIL, thanks for your input on this! @mattiem@mastodon.social