Contents

background

The quality-of-service class for maintenance or cleanup tasks that you create.

Declaration

static let background: DispatchQoS

Discussion

Background tasks have the lowest priority of all tasks. Assign this class to tasks or dispatch queues that you use to perform work while your app is running in the background.

See Also

Getting the Predefined QoS Objects