Module backoff

Module backoff 

Source
Expand description

Exponential backoff implementation for Pyth Lazer client.

This module provides a wrapper around the backoff crate’s exponential backoff functionality, offering a simplified interface tailored for Pyth Lazer client operations.

Structs§

PythLazerExponentialBackoff
A wrapper around the backoff crate’s exponential backoff configuration.
PythLazerExponentialBackoffBuilder
Builder for PythLazerExponentialBackoff.