What is meant by not thread safe?
Answer / Sulabh Sharma
A piece of code or a resource is considered not thread-safe if it's not designed to be used concurrently by multiple threads without causing errors or inconsistencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the latest version of objective-c?
What does r mean in xcode?
What happens with the objects if the array is released?
When will you use nsarray and nsmutablearray?
What is abi stability?
How dispatch_once runs only once?
How can we put nil it into dictionary/array?
How to declare global variable in objective c?
What are the main objectives of training?
What is the use of synchronized() block in objective c?
What is block variable?
What is synchronized() block in objective c?