Contents

DispatchObject

The base class for most dispatch types.

Declaration

class DispatchObject

Overview

There are many types of dispatch objects, including DispatchQueue, DispatchGroup, and DispatchSource. The base dispatch object interfaces allow you to manage memory, pause and resume execution, define object context, log task data, and more.

Topics

Activating, Suspending, and Resuming

Changing the Assigned Target Queue

See Also

Dispatch Objects