UpdatingSource
public protocol UpdatingSource : Source, UpdatesProviding
-
eventsDefault implementationAn
AsyncStreamof events emitted by thisUpdatingSource.Default Implementation
Declaration
Swift
var events: AsyncStream<SourceEvent> { get } -
A Combine publisher that publishes events as they occur.
Declaration
Swift
var eventsPublisher: AnyPublisher<SourceEvent, Never> { get }
View on GitHub
UpdatingSource Protocol Reference