---
title: scheduler
framework: combine
role: symbol
role_heading: Instance Property
path: combine/publishers/debounce/scheduler
---

# scheduler

The scheduler on which this publisher delivers elements.

## Declaration

```swift
let scheduler: Context
```

## See Also

### Inspecting publisher properties

- [upstream](combine/publishers/debounce/upstream.md)
- [dueTime](combine/publishers/debounce/duetime.md)
- [options](combine/publishers/debounce/options.md)
