kevinherron
fun getFoo() = async<String> { ... }
fun getFoo(): CompletableFuture<String> = async { ... }