Scheduler

class Scheduler(delayTimeInMs: Long, coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.Default), action: suspend CoroutineScope.() -> Unit)

Constructors

Link copied to clipboard
constructor(delayTimeInMs: Long, coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.Default), action: suspend CoroutineScope.() -> Unit)

Functions

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