Pakket: node-stream-each (1.2.2-2)
Verwijzigingen voor node-stream-each
Debian bronnen:
Het bronpakket node-stream-each downloaden:
- [node-stream-each_1.2.2-2.dsc]
- [node-stream-each_1.2.2.orig.tar.gz]
- [node-stream-each_1.2.2-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan node-stream-each gerelateerde pakketten
|
|
|
|
-
- dep: node-end-of-stream (>= 1.1.0)
- Invoke a callback when a stream has completed or failed
-
- dep: node-stream-shift (>= 1.0.0)
- returns the next buffer/object in a stream's readable queue
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable