We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5951342 commit a8093a1Copy full SHA for a8093a1
README.md
@@ -1,7 +1,6 @@
1
# throttle
2
3
-throttling function called
4
-sync.Once like interface
+Throttle is an object that will perform exactly one action per duration.
5
6
```go
7
var throttler = throttle.New(time.Second*5)
0 commit comments