DelayFunction

typealias DelayFunction = suspend (Duration) -> Unit

A coroutine delay function.