chaperon v0.1.3 Chaperon.Action.Loop View Source

Action that executes a given Chaperon.Actionable repeatedly for a given duration.

Link to this section Summary

Link to this section Types

Link to this type duration() View Source
duration() :: non_neg_integer
Link to this type t() View Source
t() :: %Chaperon.Action.Loop{action: Chaperon.Actionable, duration: duration, started: DateTime.t}