Description
Rate limiting and quota logic can use a fast token-bucket implementation. Developers can throttle requests, jobs, or events in applications and services without implementing the algorithm manually. It is a control-flow library and does not provide network protection by itself.