-2

I'm really confused about the concept of synchronous execution and asynchronous execution. which type of execution is use in AsiHttprequest and what is the flow work in example?? None of the resources I've read were helpful so far. also explain difference between them

1 Answers1

0

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.

If know more about it please see this link..
Asynchronous Vs. Synchronous Execution, What does it really mean?

Community
  • 1
  • 1
Ilesh P
  • 3,940
  • 1
  • 24
  • 49