juliangruber / juliangruber/multipipe
suggestion: add close event
Open
- Dominant language
- JavaScript
- Stars
- 292
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Hi, there.
Currently in order to know that streams passed to multipipe have been processed callback should be passed. It could be useful if `close` event will be emitted (only once of course) on a result stream at the end of processing. According to nodejs docs `close` event is optional for readable and writeable streams so that should not be a breaking change for current multipipe api.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.