init(completeImmediately:)
Creates an empty publisher.
Declaration
init(completeImmediately: Bool = true)Parameters
- completeImmediately:
A Boolean value that indicates whether the publisher should immediately finish.
Creates an empty publisher.
init(completeImmediately: Bool = true)A Boolean value that indicates whether the publisher should immediately finish.