pub fn event_rate_gate(source: Stream) -> Result<Stream>Expand description
Bridges an event stream into the control clock domain as a rate gate.
The source clock domain is read from its metadata (defaulting to
ClockDomain::Control when unknown) and
validated into a gate descriptor; packets pass through unchanged.