Documentation ¶
Overview ¶
LimitGroup is a sync.WaitGroup combined with a limiter, to limit how many threads are created.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimitGroup ¶
func NewLimitGroup ¶
func NewLimitGroup(max int) LimitGroup
Click to show internal directories.
Click to hide internal directories.