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
- Use AsyncTaskMethodBuilder instead of TaskCompletionSource for one allocation instead of two
- For InvokeAsync with synchronous callbacks, reuse the Task returned from InvokeAsync as the placeholder in the task queue
- Use awaits instead of ContinueWith
0 commit comments