What does @synchronized() do as a singleton method in objective C?

Viewed 77482

I just created a singleton method, and I would like to know what the function @synchronized() does, as I use it frequently, but do not know the meaning.

6 Answers
Related