Answers

Question and Answer:

  Home  iOS Developer

⟩ What is synchronized() block in objective c? what is the use of that?

The @synchronized()directive locks a section of code for use by a single thread. Other threads are blocked until the thread exits the protected code.

 137 views

More Questions for you: