Try using `delay(1000)` instead of `Thread.sleep(1...
# coroutines
m
Try using
delay(1000)
instead of
Thread.sleep(1000)
.