retry

inline fun <T> retry(crossinline call: suspend () -> T): RetryFlow<T>

Creates a new RetryFlow from this call function, evaluated as a cold flow