---
title: resume()
framework: dispatch
role: symbol
role_heading: Instance Method
path: dispatch/dispatchsourceprotocol/resume()
---

# resume()

Resumes the dispatch source.

## Declaration

```swift
func resume()
```

## See Also

### Activating, Suspending, and Resuming a Source

- [activate()](dispatch/dispatchsourceprotocol/activate().md)
- [suspend()](dispatch/dispatchsourceprotocol/suspend().md)
