1.1.2 ⢠Published 1 year ago
asyncrify v1.1.2
A simple queue for executing promises concurrently. You can set timeouts, max concurrency as well as retry
š Homepage
Install
npm i asyncrifyUsage
import Queue from 'asyncrify'
const queue = new Queue()
queue.add(() => new Promise(
(resolve) => setTimeout(resolve, 200)),
(res) => {
//handle result
},
(err) => {
//handle err
})Run tests
npm run testauthor
š¤ Benjamin Swanepoel
- Twitter: @superbrobenji
- Github: @superbrobenji
- LinkedIn: @benjamin-swanepoel
š¤ Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a āļø if this project helped you!
š License
Copyright Ā© 2024 benjamin swanepoel. This project is MIT licensed.
This README was generated with ā¤ļø by readme-md-generator