Reactor.Executor.Backoff (reactor v1.0.0)

View Source

A placeholder graph vertex for steps which are waiting for their backoff to expire.

Summary

Functions

Generate a backoff which expires in delays milliseconds.

Types

t()

@type t() :: %Reactor.Executor.Backoff{expires_at: pos_integer(), ref: reference()}

Functions

delay(delay)

@spec delay(delay :: pos_integer()) :: t()

Generate a backoff which expires in delays milliseconds.