DelayStrategy

interface DelayStrategy

Deprecated

Use https://github.com/michaelbull/kotlin-retry instead.

Interface, using the strategy pattern, for an implementer to delay for periods of time.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun await(iteration: Int, elapsedMillis: Long)