[ 原始碼: node-run-async ]
套件:node-run-async(2.4.1-2)
node-run-async 的相關連結
Debian 的資源:
下載原始碼套件 node-run-async:
- [node-run-async_2.4.1-2.dsc]
- [node-run-async_2.4.1.orig.tar.gz]
- [node-run-async_2.4.1-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Run function synchronously or asynchronously
Node.js module to run a function either synchronously or asynchronously using a series of common patterns. This is useful for library author accepting sync or async functions as parameter. runAsync will always run them as an async method, and normalize the multiple signature.
Node.js is an event-based server-side JavaScript engine.