Re: KVO using threads
Re: KVO using threads
- Subject: Re: KVO using threads
- From: Scott Anguish <email@hidden>
- Date: Tue, 1 May 2007 15:24:55 -0400
No. KVO messages are not threadsafe.
On May 1, 2007, at 2:40 PM, Paulo F. Andrade wrote:
Hi!
Does KVO work when the changes are made in different thread?
I'm changing a tooMany relationship using the add<Key>Object: method
generated by the Xcode modeling tool.
The changes however aren't reflected in my tableview. I've also
tried using the mutableSetForKey:.
I know my tableView is set up correctly because if I restart my
application (causing all changes do flush to the SQLite store),
every change I made shows up correctly!
I've search the net for this and found that Bindings don't work with
DO, does this means they don't work with threads?
Paulo F. Andrade 52439@IST
mailto: email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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