Versions in this module Expand all Collapse all v1 v1.0.0 Apr 3, 2020 Changes in this version + func Run(parent context.Context, tasks ...Task) error + type Runner struct + func NewRunner(tasks ...Task) *Runner + func (r *Runner) AllErrors() []error + func (r *Runner) Run(parentCtx context.Context) error + func (r *Runner) WaitErrors() *Runner + func (r *Runner) WithLimit(limit int) *Runner + type Task func(context.Context) error