Scheduler
Functions
Link copied to clipboard
Make all child tasks complete immediately.
Link copied to clipboard
suspend fun schedule(seconds: Long, startNow: Boolean = true, name: String? = null, pollingSeconds: Long = 1, repeat: Boolean = false, callback: suspend () -> Unit): Task