mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
5 lines
192 B
Go
5 lines
192 B
Go
// Package tb provides a generic lock-free implementation of the
|
|
// Token Bucket algorithm where non-conformity is handled by the user.
|
|
// http://en.wikipedia.org/wiki/Token_bucket
|
|
package tb
|