xxfast
07/19/2021, 11:17 PMsuspend { //some suspending calls here }
and this compiles just fine. Is this the same as runBlocking{}
🤔ephemient
07/19/2021, 11:46 PM{ ... }
creates a lambdaxxfast
07/20/2021, 1:09 AMval x: suspend () -> Unit = suspend { }
ah it all makes sense with type inferenceephemient
07/20/2021, 1:36 AMval x: suspend () -> Unit = { }