kluck
05/15/2019, 2:16 PMIO
. What's the correct way to do it? I can't directly call delay, as I'm not called from a coroutine or another suspend function
. Here's a simplified version of what I'm trying to achieve:
defer(<http://Dispatchers.IO|Dispatchers.IO>) { delay(15); IO { delayedExecution() } }