Expand description
Utilities for retrying a network operation.
Structs
Enums
Constants
- The maximum amount of additional time the initial retry will take (milliseconds).
- The minimum initial amount of time a retry will be delayed (milliseconds).
- Maximum amount of time a single retry can be delayed (milliseconds).
Functions
- Wrapper method for network call retry logic.