Join Slack
Powered by
<https://blog.frankel.ch/concurrency-java-futures-...
# feed
n
nfrankel
05/07/2017, 2:52 PM
https://blog.frankel.ch/concurrency-java-futures-kotlin-coroutines
e
elizarov
05/07/2017, 8:11 PM
You don't need
var
in the last coroutines example. You can
val result = runBlocking { ... }
👍 1
n
nfrankel
05/07/2017, 8:15 PM
excellent feedback, thanks!
3
Views
Open in Slack
Previous
Next