package
0.26.0
Repository: https://github.com/perses/common.git
Documentation: pkg.go.dev

# Functions

JoinAll is waiting for context to be canceled.
No description provided by the author
NewCron is returning a Helper that will execute the task according to the schedule.
NewTick is returning a Helper that will execute the task periodically.
Run is executing in a go-routing the Helper that handles a unique task.

# Interfaces

Helper is an interface that defines a wrapper of the task that would help to execute it.