Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WaitGroupCollection ¶
type WaitGroupCollection interface {
Len() int
Item(int) WaitGroup
Iterate(int) (int, WaitGroup, bool)
}
func WaitGroupCollectionFrom ¶
func WaitGroupCollectionFrom(ac interface{}) (WaitGroupCollection, error)
Click to show internal directories.
Click to hide internal directories.