Hi Am I right that `await` will be function-only ...
# coroutines
b
Hi Am I right that
await
will be function-only without any chance to call it like
val result = await myFunc()
?