chaperon v0.3.1 Chaperon.Action.SpreadAsync View Source

Action that calls a function with a given rate over a given interval of time (ms).

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Chaperon.Action.SpreadAsync{
  func: Chaperon.CallFunction.callback(),
  interval: time(),
  rate: rate(),
  task_name: atom()
}