Re: performSelector in Swift
Re: performSelector in Swift
- Subject: Re: performSelector in Swift
- From: Quincey Morris <email@hidden>
- Date: Thu, 10 Jul 2014 21:48:20 -0700
On Jul 10, 2014, at 21:39 , Roland King <email@hidden> wrote:
dispatch_* has been the API for async perform and delays for a while now. It’s queue-based and not runloop based, but rarely is that a problem.
However, it *is* something of a problem that blocks on GCD queues are not cancelable in shipping OS versions (OS X 10.9 and earlier, iOS 7.1 and earlier), though that’s about to change Real Soon Now.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden