Comment on Objective-C and Cocoa Best PracticesComments−weaksauce17yInteresting design decision to make properties automatically create semaphores for atomic properties. Seems that most apps would not need the multithreading data protection that a mutex would provide.Is there a time where this is not the case?
Comments
Interesting design decision to make properties automatically create semaphores for atomic properties. Seems that most apps would not need the multithreading data protection that a mutex would provide.
Is there a time where this is not the case?