exponential

fun <Input> exponential(base: Duration, factor: Double = 2.0): Schedule<Input, Duration>(source)

Creates a exponential backing-off Schedule with the provided base duration and exponential factor.