Anyone know what import statement to use, in order to use AsyncStream
like in the session?
import SwiftUI
import Foundation
import Combine
import Dispatch
func foo() {
AsyncStream()
}
This code produces Cannot find 'AsyncStream' in scope
Currently in active review.
Will arrive with a future Xcode 13 seed.