HMSCoroutineScope

object HMSCoroutineScope : CoroutineScope

Functions

Link copied to clipboard
fun schedule(delay: Long, unit: TimeUnit = TimeUnit.MILLISECONDS, task: suspend () -> Unit): ScheduledFuture<*>
Link copied to clipboard
fun scheduleWithFixedDelay(delay: Long, unit: TimeUnit = TimeUnit.MILLISECONDS, task: suspend () -> Unit): ScheduledFuture<*>

Properties

Link copied to clipboard