# 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.