Contents

userInteractive

The quality-of-service class for user-interactive tasks, such as animations, event handling, or updates to your app’s user interface.

Declaration

static let userInteractive: DispatchQoS

Discussion

User-interactive tasks have the highest priority on the system. Use this class for tasks or queues that interact with the user or actively update your app’s user interface. For example, use this class for animations or for tracking events interactively.

See Also

Getting the Predefined QoS Objects