Module mecca.reactor.sync.throttler

allows throttling the rate at which operations are done

Structs

NameDescription
ThrottlerImpl Main throttler implementation

Aliases

NameTypeDescription
Throttler ThrottlerImpl!(false) Standard throttler. Use this type when applicable.
ThrottlerOverdraft ThrottlerImpl!(true) Throttler allowing overdrawing tokens.