pub unsafe fn dispatch_get_main_queue() -> dispatch_queue_main_tExpand description
Returns the process-wide Dispatch main queue pointer. Wraps dispatch_get_main_queue.
§Safety
The returned pointer follows Apple’s global-queue ownership rules and must not be released as an owned +1 reference.