Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
Answer / Shilpi Varshney
No, a thread created using performSelectorInBackground:withObject: does NOT create its own autorelease pool. The autorelease pool is managed by the main thread.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use swift protocol in objective c?
What is single inheritance in objective-c?
What number distinctive annotations is accessible in objective-c?
When should you call dealloc method?
Is objective c deprecated?
What is responder chain?
How big is a atom?
What does @synchronized() do?
Is objective c still used?
What does the m mean in xcode?
What is the function of the category?
What is the difference between property and instance variable?