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>