RetryFunction

typealias RetryFunction = () -> Unit(source)

A function that will be called to retry the operation.

See also