Tarearbol.run_in

You're seeing just the function run_in, go back to Tarearbol module for more information.
Link to this function

run_in(job, interval, opts \\ [])

View Source

Specs

run_in(
  (() -> any()) | {atom(), atom(), list()},
  atom() | integer() | float(),
  keyword()
) :: Task.t()

Runs a task specified by the first argument in a given interval.

See [Tarearbol.ensure/2] for all possible variants of the interval argument.