On 16 Dec 2012, at 20:04, Tamas Nagy wrote:

> Thanks for the approach Kyle, but dispatch_async performs asynchronously, so 
> it should not block the main thread. I fallback to 
> performSelectorOnMainThread: method in my app, but the dispatch way is a bit 
> straightforward in my opinion. I'll fill a rdar on this. 

Possibly you could still use a block-based API but that uses -performSelector… 
under the hood, such as https://github.com/karelia/KSThreadProxy


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to