Re: NSRunLoop / CFRunLoop
Re: NSRunLoop / CFRunLoop
- Subject: Re: NSRunLoop / CFRunLoop
- From: "Adam R. Maxwell" <email@hidden>
- Date: Fri, 13 Feb 2009 20:07:22 -0800
On Feb 13, 2009, at 12:54 PM, Alexander Cohen wrote:
I'm looking for a way to get the main CFRunLoop on tiger. On
leopard, there is a simple call for it but i'm stuck with tiger for
now. And while i'm at it, i'd like to do something like [obj
performSelectorOnMainThread...] in CoreFoundation using CFRunLoops.
I'm sure it's possible but i'm not sure where to start.
For what it's worth, CFRunLoopGetMain() is available in Tiger and
earlier, according to the header:
CF_EXPORT CFRunLoopRef CFRunLoopGetMain(void)
AVAILABLE_MAC_OS_X_VERSION_10_1_AND_LATER;
I filed a documentation bug on this a year ago, but it's still open (rdar://problem/5773731
).
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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