postDelayed

abstract fun postDelayed(runnable: Runnable, delay: Duration)

Posts the given runnable using the executor's Thread with a given delay.