does C# have the same problems, that stack traces ...
# coroutines
k
does C# have the same problems, that stack traces in coroutines become extremely long? should I be worried about stack overflows if I await a couple rx
Observables
in one coroutine?