Join Slack
Powered by
<@U3D2DCKQT> You can define yourself a helper: `su...
# coroutines
e
elizarov
12/22/2016, 10:22 AM
@pniederw
You can define yourself a helper:
suspend fun <T> List<CompletableFuture<T>>.awaitAll() = suspending { map { it.await() } }
👍 1
Open in Slack
Previous
Next