Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimitWaitGroup ¶
type LimitWaitGroup struct {
// contains filtered or unexported fields
}
func New ¶
func New(n int) *LimitWaitGroup
func (*LimitWaitGroup) Add ¶
func (l *LimitWaitGroup) Add()
func (*LimitWaitGroup) Done ¶
func (l *LimitWaitGroup) Done()
func (*LimitWaitGroup) Wait ¶
func (l *LimitWaitGroup) Wait()
Click to show internal directories.
Click to hide internal directories.