TokenBucket

A simple C# token bucket interface and implementation. The token bucket was originally created for clients trying to obey an external rate limit. Because of this there is emphasis on spreading requests and avoiding fenceposts.

API Docs: https://www.mingweisamuel.com/TokenBucket/

Originally created for use in Camille, a Riot API library.

  • Improve this Doc
In This Article
Back to top Generated by DocFX