atomic properties and KVC
atomic properties and KVC
- Subject: atomic properties and KVC
- From: Michael Link <email@hidden>
- Date: Thu, 15 Jul 2010 00:50:38 -0500
If I have a property declared and synthesized (e.g.
@property BOOL foo;
and I use a KVC method to access the value of foo (e.g.
[object valueForKey:@"foo"];
is it still accessed atomically?
--
Michael
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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