Input-Chain

(input-chain channel ...) -> holding

The input-chain function, given an input channel and zero or more filters, connects the filters together in such a way that when a message is sent to the input channel, it will propagate through the filters until it arrives in a final output channel.