<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Combine",
  "identifier" : "/documentation/Combine/Publishers/Delay",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Combine"
    ],
    "preciseIdentifier" : "s:7Combine10PublishersO5DelayV"
  },
  "title" : "Publishers.Delay"
}
-->

# Publishers.Delay

A publisher that delays delivery of elements and completion to the downstream receiver.

```
struct Delay<Upstream, Context> where Upstream : Publisher, Context : Scheduler
```

## Topics

### Creating a delay publisher

[`init(upstream:interval:tolerance:scheduler:options:)`](/documentation/Combine/Publishers/Delay/init(upstream:interval:tolerance:scheduler:options:))

Creates a publisher that delays delivery of elements and completion to the downstream receiver.

### Declaring supporting types

[`Publishers.Delay.Output`](/documentation/Combine/Publishers/Delay/Output)

The kind of values published by this publisher.

[`Publishers.Delay.Failure`](/documentation/Combine/Publishers/Delay/Failure)

The kind of errors this publisher might publish.

### Inspecting publisher properties

[`upstream`](/documentation/Combine/Publishers/Delay/upstream)

The publisher from which this publisher receives its elements.

[`interval`](/documentation/Combine/Publishers/Delay/interval)

The amount of time to delay.

[`tolerance`](/documentation/Combine/Publishers/Delay/tolerance)

The allowed tolerance in firing delayed events.

[`scheduler`](/documentation/Combine/Publishers/Delay/scheduler)

The scheduler to deliver the delayed events.

[`options`](/documentation/Combine/Publishers/Delay/options)

Options relevant to the scheduler’s behavior.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)