Scheduler

abstract class Scheduler : CoroutineScope

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun cancel()
Link copied to clipboard
Link copied to clipboard
abstract fun run(): Job