Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prantlf/asynctaskqueue.js
JavaScript worker queue to execute tasks asynchronously, based on (deferred) promises
https://github.com/prantlf/asynctaskqueue.js
asynchronous asynctaskqueue queue task taskqueue
Last synced: 17 days ago
JSON representation
JavaScript worker queue to execute tasks asynchronously, based on (deferred) promises
- Host: GitHub
- URL: https://github.com/prantlf/asynctaskqueue.js
- Owner: prantlf
- License: mit
- Created: 2014-03-17T02:27:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T14:37:04.000Z (over 2 years ago)
- Last Synced: 2024-11-11T18:46:44.568Z (about 1 month ago)
- Topics: asynchronous, asynctaskqueue, queue, task, taskqueue
- Language: JavaScript
- Homepage: https://prantlf.github.io/asynctaskqueue.js/
- Size: 599 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# asynctaskqueue.js
[![Latest version](https://img.shields.io/npm/v/asynctaskqueue.js)
![Dependency status](https://img.shields.io/librariesio/release/npm/asynctaskqueue.js)
](https://www.npmjs.com/package/asynctaskqueue.js)AsyncTaskQueue.js is a worker (function) queue executing the tasks asynchronously, which uses (deferred) promises to notify about the execution status.
**Warning**: Minified build output and generated documentation has been removed from the source code repository. Instead of to files in this repository, refer to https://unpkg.com/[email protected]/asynctaskqueue-min.js and https://prantlf.github.io/asynctaskqueue.js/.
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Lint and test your code.
## License
Copyright (C) 2014-2022 Ferdinand Prantl
Licensed under the [MIT License].
[MIT License]: http://en.wikipedia.org/wiki/MIT_License