Contents

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.