delayed

fun delayed(transform: suspend (Output, Duration) -> Duration): Schedule<Input, Output>(source)

Modify Continue.delay by the given function transform.