tokio_
stream
0.1.17
In tokio_
stream::
stream_
ext::
throttle
tokio_stream
::
stream_ext
::
throttle
Function
throttle
Copy item path
source
pub(super) fn throttle<T>(duration:
Duration
, stream: T) ->
Throttle
<T>
where T:
Stream
,