[ 原始碼: node-p-timeout ]
套件:node-p-timeout(4.1.0-2)
node-p-timeout 的相關連結
Debian 的資源:
下載原始碼套件 node-p-timeout:
- [node-p-timeout_4.1.0-2.dsc]
- [node-p-timeout_4.1.0.orig.tar.gz]
- [node-p-timeout_4.1.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Timeout a promise after a specified amount of time
A promise represents the result of an asynchronous operation p-timeout can be used to timeout a promise by displaying a message or doing a particular function.
Time taken before timing out and the message or function to be displayed or done after timeout can be defined by the API pTimeout.
Node.js is an event-based server-side JavaScript engine
其他與 node-p-timeout 有關的套件
|
|
|
|
-
- dep: node-p-finally
- Invoked when the promise is settled regardless of outcome