Contents

completeImmediately

A Boolean value that indicates whether the publisher immediately sends a completion.

Declaration

let completeImmediately: Bool

Discussion

If true, the publisher finishes immediately after sending a subscription to the subscriber. If false, it never completes.