AsyncIndefiniteStream

Async Stream that will produce values until stop() is called or task is cancelled.

AsyncIndefiniteStream.swift:13
iOS
13.0+
macOS
10.15+
tvOS
13.0+
watchOS
6.0+
struct AsyncIndefiniteStream<Element> where Element : Sendable