What is the difference between synchronous & asynchronous task in ios?
Answer / Vinod Kumar Arya
Synchronous tasks block the current thread until they are completed, while asynchronous tasks allow the main thread to continue executing while the task runs on a different thread. Synchronous tasks can lead to poor performance and unresponsive user interfaces, whereas asynchronous tasks can improve performance by allowing the app to continue responding to user input.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different store migration options?
How nsoperationque works?
What is dependency management?
What is difference between atomic and nonatomic in ios?
Why do we override drawrect: method?
What are the differences between categories and extensions?
What is Process?
What is the 'implementation'?
What is cocoa framework in ios?
What does ios stand for apple?
Did you used CLRegion? How its working?
. Name the app sate which it reaches briefly on its way to being suspended