Answers

Question and Answer:

  Home  iOS Developer

⟩ What is meaning of "atomic" keyword?

"atomic", the synthesized setter/getter will ensure that a whole value is always returned from the getter or set by the setter, only single thread can access variable to get or set value at a time

 123 views

More Questions for you: