Skip to main content

Module dynamic_writer

Module dynamic_writer 

Source
Expand description

An AsyncWrite rate limiter which receives rate limit changes from a FusedStream.

Modulesยง

tokio_impl ๐Ÿ”’
A module to make it easier to implement tokio traits without putting cfg() conditionals everywhere.

Structsยง

DynamicRateLimitedWriter ๐Ÿ”’
A rate-limited async writer.