pull-switch
split a pull-stream into many substreams
var pull =var pswitch =
has the same api as pull-fork but reads the source at full power instead of trying to follow backpressure closely. In somecases it's simpler to do this, as waiting (for back-pressure to release) creates the possibility of deadlocks.
License
MIT