Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParallelGroup ¶
type ParallelGroup struct {
// contains filtered or unexported fields
}
func GroupUp ¶
func GroupUp(fns ...interface{}) *ParallelGroup
GroupUp initializes a new ParallelGroup with the given functions.
func (*ParallelGroup) AwaitResult ¶
func (pg *ParallelGroup) AwaitResult() [][]interface{}
AwaitResult waits for all functions to complete and returns their results.
func (*ParallelGroup) Run ¶
func (pg *ParallelGroup) Run() *ParallelGroup
Run starts the execution of all functions in parallel goroutines.
Click to show internal directories.
Click to hide internal directories.