Re: Change management using CFRunLoopObserver

2010-04-28 Thread Laurent Cerveau
I think it dépends more of what you application does. If you want to be more in the situation where it is sure that all you want to observe is "here" then I woulf advice kCFRunLoopBeforeWaiting Laurent Sent from my road phone On Apr 29, 2010, at 2:27 AM, Kiel Gillard wrote: Hi there,

Change management using CFRunLoopObserver

2010-04-28 Thread Kiel Gillard
Hi there, My application's model is observing a particular stage of the run loop. When this stage occurs, pending changes to my model are applied. Which stage of the run loop is best to do this? I cannot seem to find a recommendation in the documentation. Thanks in advance for your time, Kiel