Description
Provides basic rate limiting for Haskell IO actions. Rate limiting controls how often an action may run, which helps avoid overloading services, APIs, logs, or local resources.
It is useful for clients, background jobs, retry loops, bots, and tools that call external services. It is a developer library and the correct limits still depend on the application's policy.