CoroutineScheduler

class CoroutineScheduler(delayTimeInMs: Long, coroutineDispatcher: CoroutineDispatcher, action: suspend CoroutineScope.() -> Unit)(source)

Constructors

Link copied to clipboard
constructor(delayTimeInMs: Long, coroutineDispatcher: CoroutineDispatcher, action: suspend CoroutineScope.() -> Unit)

Functions

Link copied to clipboard
fun start()
Link copied to clipboard
fun stop()