[ 原始碼: node-stream-each ]
套件:node-stream-each(1.2.3-2)
node-stream-each 的相關連結
Debian 的資源:
下載原始碼套件 node-stream-each:
- [node-stream-each_1.2.3-2.dsc]
- [node-stream-each_1.2.3.orig.tar.gz]
- [node-stream-each_1.2.3-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Iterate all the data in a stream
Iterate the data in the stream by calling the iterator function with (data, next) where data is a data chunk and next is a callback. Call next when you are ready to consume the next chunk. Optionally you can call next with an error to destroy the stream. When the stream ends/errors the callback is called if provided.
Node.js is an event-based server-side JavaScript engine.
其他與 node-stream-each 有關的套件
|
|
|
|
-
- dep: node-end-of-stream
- Invoke a callback when a stream has completed or failed
-
- dep: node-stream-shift
- returns the next buffer/object in a stream's readable queue
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable