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
As shown in the TaskExtensions file we have two extensions methods for the Task and Task{OfT} types, provided for the .NET Standard 2.0 environment.
Isn't it better to provide the same extensions methods for the ValueTask and ValueTask{OfT} types, just in case someone needs to use the ValueTask instead of Task?
The text was updated successfully, but these errors were encountered:
As shown in the TaskExtensions file we have two extensions methods for the Task and Task{OfT} types, provided for the .NET Standard 2.0 environment.
Isn't it better to provide the same extensions methods for the ValueTask and ValueTask{OfT} types, just in case someone needs to use the ValueTask instead of Task?
The text was updated successfully, but these errors were encountered: