init(upstream:)
Creates a publisher that shares the output of an upstream publisher with multiple subscribers.
Declaration
init(upstream: Upstream)Parameters
- upstream:
The publisher from which this publisher receives elements.
Creates a publisher that shares the output of an upstream publisher with multiple subscribers.
init(upstream: Upstream)The publisher from which this publisher receives elements.