API Reference

Modules

GenRetry provides utilities for retrying Elixir functions, with configurable delay and backoff characteristics

Used to represent the state of a GenRetry invocation. This struct is part of the success or failure message to be optionally sent to another process, specified by opts[:respond_to], upon completion

Provides async/2, which operates like Task.async/1 with retry capability

Provides async/3, which operates like Task.Supervisor.async/2 with retry capability