orbit-util / orbit.util.misc / retry

retry

suspend fun <T> retry(retryDelay: Duration = Duration.ZERO, attempts: Int = Int.MAX_VALUE, action: suspend () -> T): T?