[ 源代码: 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.