Closed sanjaiyan-dev closed 1 year ago
This PR enhances performance and optimizes hardware resource utilization by concurrently executing asynchronous functions using Promise.all.
Promise.all
Need some types updates.
@kamilogorek Is this correct now ? I hope so.
👀
Looks good, thanks!
This PR enhances performance and optimizes hardware resource utilization by concurrently executing asynchronous functions using
Promise.all
.