Update to new name
parent
44d27c86ff
commit
ac5102fc00
@ -1,7 +1,7 @@
|
|||||||
# @ppstreams/aborted-marker
|
# @promistream/aborted
|
||||||
|
|
||||||
__Note:__ This documentation is incomplete.
|
__Note:__ This documentation is incomplete.
|
||||||
|
|
||||||
A simple custom error type for marking the end of a [ppstreams](https://ppstreams.cryto.net/) stream. You'd usually only need this module when you're implementing a custom source stream.
|
A simple custom error type for marking the end of a [Promistream](https://promistream.cryto.net/). You'd usually only need this module when you're implementing a custom source stream.
|
||||||
|
|
||||||
If you just want a stream that produces a value every time one is requested, and that doesn't need to clean up any external resources like file handles or network connections, use the [simple-source](https://www.npmjs.com/package/@ppstreams/simple-source) module instead.
|
If you just want a stream that produces a value every time one is requested, and that doesn't need to clean up any external resources like file handles or network connections, use the [simple-source](https://www.npmjs.com/package/@promistream/simple-source) module instead.
|
||||||
|
Loading…
Reference in New Issue