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
- Updated constructor to use TaskCreationOptions.RunContinuationsAsynchronously for better async handling.
- Changed SetResult and SetException methods to TrySetResult and TrySetException to avoid exceptions when tasks are already completed.
- Removed the TaskCompletionMethod enum as it is no longer needed.
0 commit comments