Join Slack
Powered by
Nor we have `await(…)` anymore. We now write it as...
# coroutines
e
elizarov
01/25/2017, 2:49 PM
Nor we have
await(…)
anymore. We now write it as
startLongAsyncOperation(…).await()
(as an extension to
CompletableFuture
), so that it reads left-to-right fluently according to the order operations
Open in Slack
Previous
Next