[ 原始碼: node-promise-inflight ]
套件:node-promise-inflight(1.0.1-1.1)
node-promise-inflight 的相關連結
Debian 的資源:
下載原始碼套件 node-promise-inflight:
- [node-promise-inflight_1.0.1-1.1.dsc]
- [node-promise-inflight_1.0.1.orig.tar.gz]
- [node-promise-inflight_1.0.1-1.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.
其他與 node-promise-inflight 有關的套件
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable