1 min readJul 26, 2019
Glad you liked the blog and it helped you.
Coming back to your question of why to have asynchronous programming at all? Asynchronous programming helps us to perform our tasks faster. You could simultaneously execute multiple tasks. Today we have multicore processors and performing our processes asynchronously could make our components incredibly fast.