Is there a simple way to run a block of code later...
# anko
u
Is there a simple way to run a block of code later? I’m imaging an API like
Copy code
doAsync(delay = 1000.0) { doSomethingAfterOneSecond() }