TimeoutTimer
class TimeoutTimer(timerCalculation: (tries: Int) -> Long, scope: CoroutineScope)
Content copied to clipboard
A Timer class that schedules a Job to be called in the future. Can be configured to use a custom retry pattern, such as exponential backoff.
Constructors
Link copied to clipboard
fun TimeoutTimer(timerCalculation: (tries: Int) -> Long, scope: CoroutineScope)
Content copied to clipboard