Contents

dispatch_queue_main_t

A dispatch queue that is bound to the app’s main thread and executes tasks serially on that thread.

Declaration

typealias dispatch_queue_main_t = OS_dispatch_queue_main

See Also

Creating a Dispatch Queue