mecca.reactor.sync.throttler

allows throttling the rate at which operations are done

Members

Aliases

Throttler
alias Throttler = ThrottlerImpl!false

Standard throttler. Use this type when applicable.

ThrottlerOverdraft
alias ThrottlerOverdraft = ThrottlerImpl!true

Throttler allowing overdrawing tokens.

Structs

ThrottlerImpl
struct ThrottlerImpl(bool AllowOverdraft = false)

Main throttler implementation

Meta