DispatchObject
The base class for most dispatch types.
Declaration
class DispatchObjectOverview
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.