eg. if you call `.await()` on a completable future...
# kweb
i
eg. if you call
.await()
on a completable future it would need to be in a
future { }
block, which means that it would carry on building the page from the code outside the
future
block, while the future block waits on the future - if that makes any sense 🙂