Objective-C properties default to atomic, which ensures that accessors are atomic but doesn't ensure overall thread-safety (as per , which
Objective-C properties default to atomic, which ensures that accessors are atomic but doesn't ensure overall thread-safety (as per , which