toggle menu
KAHelpers
androidJvm
switch theme
search in API
common
/
dev.funkymuse.common
/
runDelayed
run
Delayed
fun
runDelayed
(
delay
:
Long
,
timeUnit
:
TimeUnit
=
TimeUnit.MILLISECONDS
,
action
:
(
)
->
Unit
)
Extension method to run block of code after specific Delay.