retrying

suspend fun <T> retrying(maxRetryCount: Int, isRetryingCallback: suspend () -> Unit?, operation: suspend () -> Either<T, NetworkError>): Either<T, NetworkError>(source)