func()

in exponential/policy.go [134:139]


func (p Policy) TimeTable(attempts int) TimeTable {
	if attempts >= 0 {
		return p.timeTableWithAttempts(attempts)
	}
	return p.timeTable()
}