Contents

OS_dispatch_queue_main

A system-provided dispatch queue that schedules tasks for serial execution on the app’s main thread.

Declaration

class OS_dispatch_queue_main

Overview

You do not create objects of this type directly. You receive a queue of the appropriate type when you create a new DispatchQueue object.

See Also

Creating a Dispatch Queue