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