empty
Returns the “empty” subscription.
Declaration
static var empty: any Subscription { get }Discussion
Use the empty subscription when you need a Subscription that ignores requests and cancellation.
Returns the “empty” subscription.
static var empty: any Subscription { get }Use the empty subscription when you need a Subscription that ignores requests and cancellation.