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.