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
Delegate GDV in runtime async methods can be improved by switching the guarded version if it turns out it has an async variant with user code. Currently we needlessly go through the task-returning thunk in this case.
Delegate GDV in runtime async methods can be improved by switching the guarded version if it turns out it has an async variant with user code. Currently we needlessly go through the task-returning thunk in this case.