limiter

package
v0.0.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RateLimiter added in v0.0.12

type RateLimiter struct {
	C chan bool
	// contains filtered or unexported fields
}

func NewRateLimiter

func NewRateLimiter(n int, rate time.Duration) *RateLimiter

NewRateLimiter returns a rate limiter that will will emit from the C channel only 'n' times every 'rate' seconds.

func (*RateLimiter) Stop added in v0.0.12

func (r *RateLimiter) Stop()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL