pull-redirectable
Redirectable pull-streams
API
.source()
: Creates a redirectable source.sink()
: Creates a redirectable sink.duplex()
: Creates a redirectable duplex
Stream API
.changeDest(to)
: Changes the destination to a
or b
Every stream exposes an a
and b
stream.
The main stream is an inverse of the type (e.g sink => source)
Example