Functional Rate Limiter
1 min readAug 26, 2019
If you want to implement a rate limiter in your scala project in afunctional way, there is a great library out there, called upperbound
Here is an example on how to use it
If you want to implement a rate limiter in your scala project in afunctional way, there is a great library out there, called upperbound
Here is an example on how to use it