thenPump
fun <T> NodeBuilder<T, ChannelType.Pull>.thenPump(label: String = "Pump"): RegularNodeBuilder<PumpNode<T>, T, ChannelType.Push>
Attaches a pump node to the builder chain, converting the builder chain from a pull output to a push output.
Pump nodes are useful to connect a queue node with another node that requires an push input connection. Pump nodes do not store any items.