Thread safety of Cocoa Bindings
Thread safety of Cocoa Bindings
- Subject: Thread safety of Cocoa Bindings
- From: Felix Schwarz <email@hidden>
- Date: Mon, 5 Dec 2005 12:55:51 +0100
Hi,
I'm still in the process of evaluating Cocoa bindings and have been
very impressed with what I have been able to do with them so far.
However, one thing I'm wondering, is whether Cocoa bindings are
entirely thread-safe:
Since AppKit is supposed to be not thread-safe and i.e. changing an
object in a background thread in a KVO/KVC compliant way should
trigger an update in the UI.
Would this update in the UI then be executed on the main thread or on
the background thread (and probably crash)?
Would I have to use proxy objects to ensure thread-safety of Cocoa
bindings?
Thanks in advance for all answers. This information is really
important for me.
Felix
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden