---
title: empty
framework: combine
role: symbol
role_heading: Type Property
path: combine/subscriptions/empty
---

# empty

Returns the “empty” subscription.

## Declaration

```swift
static var empty: any Subscription { get }
```

## Discussion

Discussion Use the empty subscription when you need a Subscription that ignores requests and cancellation.
