[ ソース: 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.