What is p-limit?
"Run multiple promise-returning & async functions with limited concurrency"
p-limit is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 14.5 KB on disk.
Installation Guide
# Install via NPM
npm install p-limit
# Install via Yarn
yarn add p-limit