You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET currently applies jobs without reordering them (or, as I'm writing this, potentially will as a temporary workaround until we address this), but wakes up the event loop after each job.
There is a really nice test here@mjameswh added that I think all async languages should have some form of that helps us understand exactly how routines will proceed.
I'm not sure if making this change will actually have consequences to the realized .NET behavior. In any case it should probably be protected with a flag if we make it.