Home
last modified time | relevance | path

Searched defs:Throttle (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tokio-stream/src/stream_ext/
Dthrottle.rs43 impl<T> Throttle<T> { implementation
68 impl<T: Stream> Stream for Throttle<T> { implementation
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRetriableStream.java915 static final class Throttle { class in RetriableStream
938 Throttle(float maxTokens, float tokenRatio) { in Throttle() method in RetriableStream.Throttle