init(upstream:)
Creates a publisher that buffers items.
Declaration
init(upstream: Upstream)Parameters
- upstream:
The publisher that this publisher receives elements from.
Creates a publisher that buffers items.
init(upstream: Upstream)The publisher that this publisher receives elements from.