---
title: dispatch_source_t
framework: dispatch
role: symbol
role_heading: Type Alias
path: dispatch/dispatch_source_t
---

# dispatch_source_t

An object that coordinates the processing of specific low-level system events, such as file-system events, timers, and UNIX signals.

## Declaration

```swift
typealias dispatch_source_t = DispatchSource
```
