Anyone have already implemented delay in Kotlin/JS...
# coroutines
m
Anyone have already implemented delay in Kotlin/JS?
g
Do you try to do that using
setTimeout
?
just curious
Looks like straight forward approach works for me https://gist.github.com/gildor/e8ef6e1cd1e085ae413ee96b8176883e
m
Simple and genius 😉 It is working. Thank you
👍 1