Re: CFRunLoop
Re: CFRunLoop
- Subject: Re: CFRunLoop
- From: Robert Goldsmith <email@hidden>
- Date: Wed, 5 Sep 2001 10:48:39 +0100
Hi :)
Generally you should use the highest level API available to you; in
this case, letting Cocoa run the run loop for you instead of doing
it yourself. You'll need to get rid of the running and stopping of
the CFRunLoop, though you can still add and remove
sources/timers/whatever from it directly, and callbacks will still
work.
Ok, so the Cocoa NSApplication callback structure will directly
accept CFRunLoop sources/timers? Or do i need to use a different set
of calls to add and remove the sources?
Thanks
Robert
--
Please note the new email address:
email@hidden