
Regulates a fixed leg a and a variadic pack of independently typed legs to one output rate in Hz, driven by Pace's own monotonic timer. A zero-order-hold resampler: drops inputs faster than rate, duplicates the last value when idle, never interpolates.
A bursty detection stream is regulated to a steady 10 Hz before a sink that needs a fixed cadence; faster bursts are decimated and an idle stretch is filled by duplicating the last value so the downstream rate never stalls.
Two independently typed legs that update at different rates are co-regulated onto one shared cadence so a consumer always sees both legs' newest values together on every tick, the slower leg zero-order-held between its updates.
a (and each pack type) it would without the regulator.rate are dropped, not buffered; only the newest value of each leg survives to the next emit, so intermediate values between two ticks are lost.Automated release