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
[RuntimeAsync] Model async continuation definition via delay-free (#3090)
Instead of introducing a new mechanism to mark the async continuation
register as busy until a kill we can keep use the delay-free mechanism,
provided we take a bit care about where we insert the ref positions and
about ensuring the async continuation ends up in the right spot.
0 commit comments