how’s it not just `fun <T> await(f: () ->...
# language-proposals
l
how’s it not just
fun <T> await(f: () -> T): Task<T>
?