Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gion/cache-simultaneus-promise-calls.js
An utility js function that helps a user that's firing the same async function X times in parallel execute only once.
https://github.com/gion/cache-simultaneus-promise-calls.js
Last synced: 5 days ago
JSON representation
An utility js function that helps a user that's firing the same async function X times in parallel execute only once.
- Host: GitHub
- URL: https://github.com/gion/cache-simultaneus-promise-calls.js
- Owner: gion
- License: mit
- Created: 2016-04-21T07:54:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T08:08:39.000Z (over 8 years ago)
- Last Synced: 2024-10-09T16:21:01.397Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cache-simultaneus-promise-calls.js
An utility js function that helps a user that's firing the same async function X times in parallel execute only once.