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 |
What is m file?
What is protocol in simple words?
What can’t we put into an array or dictionary?
What is protocol in networking?
What is delegation protocol?
What are the size classes?
How to convert objective c project to swift?
How to declare global variable in objective c?
What is id type in objective c?
What is typedef objective c?
Who made objective c?
What does the gc () method?