RichUtils / pyxis.uzuki.live.richutilskt.utils / runDelayed

runDelayed

fun runDelayed(action: () -> Unit, delayMillis: Long): Boolean

run code inside of Background Thread after given delay

Parameters

delayMillis - delay in ms

action - code to execute