Documentation ¶
Overview ¶
CODE ATTRIBUTION: https://github.com/korovkin/limiter Modified to accept a parameter to the executed job
Index ¶
Constants ¶
View Source
const (
// DefaultLimit is the default concurrency limit
DefaultLimit = 100
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Limiter ¶
type Limiter struct {
// contains filtered or unexported fields
}
Limiter object
Click to show internal directories.
Click to hide internal directories.