Function channel
pub fn channel() -> (DumpTrigger, DumpRx)Available on crate features
dial9 and pipeline only.Expand description
Mint a dump trigger + receiver pair. The builder wires the receiver into
the worker and stashes the trigger in the recorder so it can be reached via
Dial9Handle::dump_trigger.