Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 223 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 223 Bytes

Timed Worker Pool

Worker pool pattern implemented with a maximum rate of work. Consumption from the consumer is throttled by an intermediary which batches work and places it on a read channel at a pre-specified interval.