软件包: node-async (0.8.0-3)
node-async 的相关链接
Trisquel 的资源:
下载源码包 node-async:
维护者:
Original Maintainers:
- Debian Javascript Maintainers (Mail Archive)
- Jonas Smedegaard
外部的资源:
- 主页 [github.com]
相似软件包:
functions and patterns for asynchronous code - Node.js
Async is a utility module which provides straight-forward, powerful functions for working with asynchronous Javascript.
Async provides around 20 functions that include the usual 'functional' suspects (map, reduce, filter, forEach…) as well as some common patterns for asynchronous control flow (parallel, series, waterfall…). All these functions assume you follow the Node convention of providing a single callback as the last argument of your async function.
This provides async for use with Node.js - an event-based server-side JavaScript engine.
其他与 node-async 有关的软件包
|
|
|
-
- dep: libjs-async
- functions and patterns for asynchronous code - web browsers
-
- dep: nodejs
- evented I/O for V8 javascript