Re: am I being called on the correct GCD queue?
Re: am I being called on the correct GCD queue?
- Subject: Re: am I being called on the correct GCD queue?
- From: Kyle Sluder <email@hidden>
- Date: Sat, 09 Feb 2013 16:32:29 -0800
On Feb 9, 2013, at 4:25 PM, Kévin Vavelin <email@hidden> wrote:
> I think dispatch_get_current_queue was replace with dispatch_get_main_queue but i'm not sure... Can you check it ?
dispatch_get_main_queue has always existed and has always returned the main, serial queue. It is not a replacement for dispatch_get_current_queue.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden