[ 原始碼: 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.