feat: Add throttle (#241) ea8d1ff
Throttles iterable
at a rate of limit
per interval
without discarding data. Useful for throttling rate limited APIs.
limit
can be greater than 0 but less than Infinity
.
interval
can be greater than or equal to 0 but less than Infinity
.
v6.1.0...v6.2.0