Skip to main content

Module writer

Module writer 

Source
Expand description

An AsyncWrite rate limiter.

Modules§

tokio_impl 🔒
A module to make it easier to implement tokio traits without putting cfg() conditionals everywhere.

Structs§

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