1 // Package backoff implments backoff algorithms for retrying operations. 2 // 3 // Users first create an appropriate `Policy` object, and when the operation 4 // that needs retrying is about to start, they kick the actual backoff 5 // 6 package backoff