Re: NSControllers, NSLocks, NSThread, Setters and Getters

2008-05-23 Thread Todd Heberlein
On May 22, 2008, at 9:21 PM, Ken Thomases wrote: KVO change notifications are sent and received on the same thread where the change is made. Thanks! Yeah, that will definitely screw up my plans. Thanks for the heads up. Ideally, a background thread should be given all of the data it

NSControllers, NSLocks, NSThread, Setters and Getters

2008-05-22 Thread Todd Heberlein
Hopefully this isn't already well discussed... Or if it is, someone can point me to the appropriate discussion or docs. I want to have a controller observe an object's variables accessed through accessor methods, but I also want to set the value for those variables via a separate