highland
highland copied to clipboard
unpipe?
Is there a way to unpipe individual consuming streams from Highland sources? (I.e. the opposite of pipe().) I've resorted to using destroy() in its absence, but that's more the nuclear option.
:+1:
I'm looking for the same thing, but more specifically, I'd like to .unpipe() without ending the destination stream (there are multiple sources feeding one stream).
+1 want .unpipe() without ending the destination stream
+1