CancellableTimeout

class CancellableTimeout(timeoutMillis: Int, scope: CoroutineScope = CoroutineScope(Dispatchers.Default + Job()), onTimeout: suspend () -> Unit)

Constructors

Link copied to clipboard
constructor(timeoutMillis: Int, scope: CoroutineScope = CoroutineScope(Dispatchers.Default + Job()), onTimeout: suspend () -> Unit)

Functions

Link copied to clipboard
fun cancel()
Link copied to clipboard
fun reset()
Link copied to clipboard
fun start()