pub fn compose_divert(tap: WireTapService, real: BoxProcessor) -> BoxProcessorExpand description
Compose a divert from a copy stage and a real producer.
tap is moved into the composed processor; clone it before the call to
keep a handle for lifecycle wiring — clones share the admission gate.