Reactor.Executor.Backoff (reactor v1.0.0)
View SourceA placeholder graph vertex for steps which are waiting for their backoff to expire.
Summary
Functions
Generate a backoff which expires in delays milliseconds.
Types
@type t() :: %Reactor.Executor.Backoff{expires_at: pos_integer(), ref: reference()}
Functions
@spec delay(delay :: pos_integer()) :: t()
Generate a backoff which expires in delays milliseconds.