▲ | neonsunset 2 days ago | ||||||||||||||||
Why is it not a problem in JavaScript but is one in C#? | |||||||||||||||||
▲ | nextcaller 2 days ago | parent [-] | ||||||||||||||||
In c#/python you are forced to await the whole chain, the compiler forces you. While in javascript it allows me without a warning. That's why it seems as if things work differently in javascript, if it allows me to (not) use await freely. (I don't remember if c# was just a warning or an error). | |||||||||||||||||
|