`await(async { something })` if the same as just d...
# coroutines
e
await(async { something })
if the same as just doing
something