Ian
03/10/2017, 7:32 PM.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 🙂