Nor we have `await(…)` anymore. We now write it as...
# coroutines
e
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