 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
A Job provides a top level API above the sync.WaitGroup.
job := new(async.Job)
for _, action := range jobs {
	job.Do(action, logger)
}
job.Wait()
It looks a little bit similar to the golang.org/x/sync/errgroup.
 Click to show internal directories. 
   Click to hide internal directories.