When I said that there is a drawback of async-await I didn't mean that async-await will block your code but I said it's a way of turning a non-blocking code into blocking one, so just a bad performance than promises, like it is trying to turning the async to sync.
When I said that there is a drawback of async-await I didn't mean that async-await will block your code but I said it's a way of turning a non-blocking code into blocking one, so just a bad performance than promises, like it is trying to turning the async to sync.
1
1
6
0
0