Because `join` and `await` also need to be run in ...
# server
d
Because
join
and
await
also need to be run in a coroutine.. they are also suspending functions. See kotlinx.coroutines docs, everything is explaned there with good examples 🙂
âž• 3