[ 源代码: node-promise-inflight ]
软件包:node-promise-inflight(1.0.1+~1.0.0-1)
node-promise-inflight 的相关链接
Debian 的资源:
下载源码包 node-promise-inflight:
- [node-promise-inflight_1.0.1+~1.0.0-1.dsc]
- [node-promise-inflight_1.0.1+~1.0.0.orig-types-promise-inflight.tar.gz]
- [node-promise-inflight_1.0.1+~1.0.0.orig.tar.gz]
- [node-promise-inflight_1.0.1+~1.0.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
one promise for multiple requests in flight to avoid async duplication
Multiple requests called with the same result (only one underlying promise) Based on the callback based function 'inflight'.
Usage: return inflight(key, () => {/*fetch url*/ return Promise.delay(100)}
Node.js is an event-based server-side JavaScript engine.