<!--
{
  "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/ReceiveOn",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Combine"
    ],
    "preciseIdentifier" : "s:7Combine10PublishersO9ReceiveOnV"
  },
  "title" : "Publishers.ReceiveOn"
}
-->

# Publishers.ReceiveOn

A publisher that delivers elements to its downstream subscriber on a specific scheduler.

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

## Topics

### Creating a receive-on Publisher

[`init(upstream:scheduler:options:)`](/documentation/Combine/Publishers/ReceiveOn/init(upstream:scheduler:options:))

Creates a publisher that delivers elements to its downstream subscriber on a specific scheduler.

### Declaring supporting types

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

The kind of values published by this publisher.

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

The kind of errors this publisher might publish.

### Inspecting publisher properties

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

The publisher from which this publisher receives elements.

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

The scheduler the publisher uses to deliver elements.

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

Scheduler options used to customize element delivery.



---

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)