<https://blog.frankel.ch/concurrency-java-futures-...
# feed
e
You don't need
var
in the last coroutines example. You can
val result = runBlocking { ... }
👍 1
n
excellent feedback, thanks!