Skip to main content

Module rate_limited_writer

Module rate_limited_writer 

Source
Expand description

Rate-limited AsyncWrite writers backed by a token bucket.

Modulesยง

dynamic_writer ๐Ÿ”’
An AsyncWrite rate limiter which receives rate limit changes from a FusedStream.
writer ๐Ÿ”’
An AsyncWrite rate limiter.

Structsยง

DynamicRateLimitedWriter
A rate-limited async writer.
RateLimitedWriter
A rate-limited async writer.
RateLimitedWriterConfig
The refill rate and burst for a RateLimitedWriter.