If your Awaited function blows up, do you get a st...
# coroutines
k
If your Awaited function blows up, do you get a stack trace that includes where it was awaited? That always drove me nuts with c# in xamarin....the stack trace only included the c# internals so it looked like some random lambda blew up 😒