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
After examining the source code for the Task Parallel Library in some detail, I determined that the overhead involved with returning CompletedTask.FromResult(result) instead of just result is sufficiently small that this is not a critical issue, even if it does get implemented in a future release.
Consider providing overloads for
TaskBlocks.Using
where thebody
function returns aTResult
value instead of aTask<TResult>
.The text was updated successfully, but these errors were encountered: