User
Features
- Concurrency Limit: Only
limitasync operations run simultaneously. - Queueing: Additional calls wait in a FIFO queue.
- Automatic Execution: As soon as one task finishes, the next in queue starts automatically.
- Simple API:
run(fn)is all thatโs needed to schedule tasks.