---
title: minimumTolerance
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/runloop/minimumtolerance
---

# minimumTolerance

The minimum tolerance the run loop scheduler allows.

## Declaration

```swift
var minimumTolerance: RunLoop.SchedulerTimeType.Stride { get }
```

## See Also

### Scheduling Combine Publishers

- [schedule(options:_:)](foundation/runloop/schedule(options:_:).md)
- [schedule(after:tolerance:options:_:)](foundation/runloop/schedule(after:tolerance:options:_:).md)
- [schedule(after:interval:tolerance:options:_:)](foundation/runloop/schedule(after:interval:tolerance:options:_:).md)
- [now](foundation/runloop/now.md)
- [RunLoop.SchedulerTimeType](foundation/runloop/schedulertimetype.md)
- [RunLoop.SchedulerOptions](foundation/runloop/scheduleroptions.md)
