Throttle constructor
Throttle(
- Duration duration
Creates a throttle with a specific cool-down duration
.
Implementation
Throttle(this.duration);
Creates a throttle with a specific cool-down duration
.
Throttle(this.duration);