You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Sven Slootweg a315773ad8 0.1.2 3 years ago
.gitignore Initial commit 4 years ago
README.md Update to new name 3 years ago
example.js Update to new name 3 years ago
index.js Update to new name 3 years ago
package.json 0.1.2 3 years ago
yarn.lock Migrate to error-chain 4 years ago

README.md

@promistream/aborted

Note: This documentation is incomplete.

A simple custom error type for marking the end of a Promistream. 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 module instead.