chaperon v0.1.3 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 rate() View Source
rate() :: non_neg_integer
Link to this type t() View Source
t() :: %Chaperon.Action.SpreadAsync{func: Chaperon.CallFunction.callback, interval: time, rate: rate, task_name: atom}
Link to this type time() View Source
time() :: non_neg_integer