shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

285
active users

#asyncstream

0 posts0 participants0 posts today
Jaanus Kase<p><a href="https://iosdev.space/tags/Swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Swift</span></a> <a href="https://iosdev.space/tags/Concurrency" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Concurrency</span></a> <a href="https://iosdev.space/tags/AsyncStream" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AsyncStream</span></a></p><p>I think I’m slowly starting to develop some intuition for how to work with Swift concurrency</p><p>I encountered a warning when working on a seemingly simple problem: how do you convert an array to AsyncStream</p><p>My solution with an actor compiles without warnings and makes sense to me, but is there some even simpler way?</p>