This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
import Combine | |
// Base Abstraction Classes | |
@available(OSX 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) | |
protocol DownStreamHelperProtocol { | |
/// Helper for handling backpressure | |
/// DownstreamSubscription class use it as delegate for backpressure handling | |
associatedtype Input |