toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-resilience
/
arrow.resilience
/
Schedule
/
Companion
/
exponential
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
.