tokio_stream::stream_ext::throttle

Function throttle

source
pub(super) fn throttle<T>(duration: Duration, stream: T) -> Throttle<T>
where T: Stream,