In the following example of coroutines, is the "fu...
# announcements
s
In the following example of coroutines, is the "future" coroutine builder necessary if I already have the code inside a coroutine builder like "launch"? https://github.com/Kotlin/kotlin-coroutines/blob/master/examples/future/future-example.kt