pub fn fan(source: Stream) -> FanoutExpand description
Splits source into a Fanout of two readers that each see all packets.
Packets pulled by one reader are buffered so the other reader still observes the full sequence regardless of read order.