Note, that `await` in Kotlin is not a keyword eith...
# coroutines
e
Note, that
await
in Kotlin is not a keyword either. It is just a library function defined like
suspend <T> fun await(f: Future<T>): T