What is Async programming – DEV Community
Whenever we make an API call or a database query, we need to wait for the request to travel over the network. This kind of task called I/O bound tasks. With traditional synchronous programming, when a thread assigned to handle a task, it needs to standby and wait for the request to go over the…
