<@U0FLRRSQK> <@U0B8ZP13Q> the "future-test.kt" fro...
# random
e
@Dmitry Kandalov @cedric the "future-test.kt" from
kotlin-coroutines
repo is just an simple integration test showing that you can
await
a future that you've got from somebody else's code (like from
supplyAsync
). And join there is indeed just to make sure that
main
does not quit prematurely (just again, because we've got a future and that is how we wait for its completion)