Versions in this module Expand all Collapse all v0 v0.1.2 Dec 22, 2024 v0.1.1 Dec 19, 2024 v0.1.0 Dec 19, 2024 Changes in this version + type AsyncRunner struct + func (r *AsyncRunner) Append(tasks ...Task) + func (r *AsyncRunner) Run(ctx context.Context) error + type Task func(ctx context.Context) error