i have a question .. let's assume i have 2 functio...
# coroutines
b
i have a question .. let's assume i have 2 functions suspend fun a() and suspend fun b(). what happens when i do someFunction(a(), b()) ?