antikythera
v0.5.0

        View Source Antikythera.AsyncJob.RetryInterval (antikythera v0.5.0)

        Summary

        Types

        t()

        Functions

        default()
        interval(t, n_retries_done_so_far)
        valid?(term)

        Types

        Link to this type

        t()

        View Source
        @type t() ::
          {Antikythera.AsyncJob.RetryInterval.Factor.t(),
           Antikythera.AsyncJob.RetryInterval.Base.t()}

        Functions

        Link to this function

        default()

        View Source
        @spec default() :: t()
        Link to this function

        interval(t, n_retries_done_so_far)

        View Source
        @spec interval(t(), non_neg_integer()) :: non_neg_integer()
        Link to this function

        valid?(term)

        View Source
        @spec valid?(any()) :: boolean()

        Hex Package Hex Preview (current file) Download ePub version

        Built using ExDoc (v0.30.9) for the Elixir programming language