Synchronous, Asynchronous, Async/Await

Introducing Synchronous, Asynchronous, and Async/Await

Background I’ve recently had a chance to have an interview with a company and I was asked this question.“What are synchronous and asynchronous? What are the differences between them?”My answer to that question was something like this:“Well, synchronous means the flow of the program is just one. Whereas, asynchronous can be divided into multiple streams.” …

Introducing Synchronous, Asynchronous, and Async/Await Read More »