Answers

Question and Answer:

  Home  iOS Developer

⟩ What is synchronous web request and asynchronous?

In synchronous request main thread gets block and control will not get back to user till that request gets execute.

In Asynchronous control gets back to user even if request is getting execute.

 151 views

More Questions for you: