pub fn drain_runtime_tap() -> (Vec<TappedEvent>, u64)Expand description
Take everything queued since the last drain, plus how many were dropped. The reactor calls this once per tick and appends each to its stream.
pub fn drain_runtime_tap() -> (Vec<TappedEvent>, u64)Take everything queued since the last drain, plus how many were dropped. The reactor calls this once per tick and appends each to its stream.