[ 源代码: node-promise-retry ]
软件包:node-promise-retry(2.0.1-1)
node-promise-retry 的相关链接
Debian 的资源:
下载源码包 node-promise-retry:
- [node-promise-retry_2.0.1-1.dsc]
- [node-promise-retry_2.0.1.orig.tar.gz]
- [node-promise-retry_2.0.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Retries a function that returns a promise
Leverage the power of the retry module to the promises world.
Calls fn until the returned promise ends up fulfilled or rejected with an error different than a retry error.
Node.js is an event-based server-side JavaScript engine.
其他与 node-promise-retry 有关的软件包
|
|
|
|
-
- dep: node-err-code (>= 2.0.0)
- Create an error with a code
-
- dep: node-retry (>= 0.10.0)
- Retry strategies for failed operations module for Node.js