What is meaning of 'atomic' keyword?
Answer / Amit Kumar Rajvanshi
In iOS, the atomic keyword is used to indicate that a property has thread safety, i.e., it can only be accessed and modified by one thread at a time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is xcode a framework?
Explain what is ios?
How we can do multithreading in ios?
What is ios technology?
How to send crash report from device?
Is core data is thread safe?
What is nsobject in ios?
What is a protocol in objective-c programming language?
What are the viewcontroller lifecycle in ios?
What is core data?
Can we support the same application for iphone 3gs and iphone 5, 6, 7? Why not?
what is singleton class? Why the whole application creates a single instance?