Documentation ¶ Index ¶ func Exponential(d time.Duration) time.Duration Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Exponential ¶ func Exponential(d time.Duration) time.Duration Exponential doubles d, applies ±50 % jitter, and caps the result at one minute. It is used by RetryWithCallback to implement exponential backoff between retry attempts. Types ¶ This section is empty. Source Files ¶ View all Source files time.go Click to show internal directories. Click to hide internal directories.