`val x = await(f)` what’s type of `x`?
# coroutines
o
val x = await(f)
what’s type of
x
?