denoland / deno_lint

Blazing fast linter for JavaScript and TypeScript written in Rust
https://lint.deno.land/
MIT License
1.51k stars 163 forks source link

Leverage `Promise.all()` for Concurrent Async Operations 🚀 #1284

Open sanjaiyan-dev opened 3 weeks ago

sanjaiyan-dev commented 3 weeks ago

This PR introduces Promise.all() for concurrent execution of independent async functions, enhancing performance. We'll refactor asynchronous calls using Promise.all() and provide code examples.

Benefits:

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.