CoroutineBasedScheduler

class CoroutineBasedScheduler : TimedScheduler

Constructors

Link copied to clipboard
fun CoroutineBasedScheduler()

Functions

Link copied to clipboard
open override fun cancelAll(taskType: TimedScheduler.TaskType)

Cancels all the scheduled tasks of the provided type that aren't executed

Link copied to clipboard
open override fun schedule(    runnable: Runnable,     executionDelayMillis: Long,     taskType: TimedScheduler.TaskType)

Executes runnable after executionDelayMillis.