fibonacci

fun <A> fibonacci(one: Double): Schedule<A, Double>

Creates a Schedule that continues with increasing delay by adding the last two delays.

Parameters

one

initial delay in nanoseconds


fun <A> fibonacci(one: <ERROR CLASS>): Schedule<A, <ERROR CLASS>>

Creates a Schedule that continues with increasing delay by adding the last two delays.