What could be a reason that runBlocking{delay(1000...
# kotlin-native
p
What could be a reason that runBlocking{delay(10000); println(“after delay”)} does not delay?
a
Hello, can you please share the code and/or some details? I cannot reproduce this behavior.