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
I'm going to need to revert #2654 and #3255, so here are vNext todos that were mentioned in the latter PR's added comment:
When we can break ABI, we should:
In <ppltasks.h>, reconsider whether _Task_impl_base::_Wait() should throw invalid_operation; it's questionable whether that's conforming, and if users want to block their UI threads, we should let them.
Investigate whether we can avoid the ppltasks dependency entirely, making all of these issues irrelevant.
The text was updated successfully, but these errors were encountered:
I'm going to need to revert #2654 and #3255, so here are vNext todos that were mentioned in the latter PR's added comment:
When we can break ABI, we should:
<ppltasks.h>
, reconsider whether_Task_impl_base::_Wait()
should throwinvalid_operation
; it's questionable whether that's conforming, and if users want to block their UI threads, we should let them.The text was updated successfully, but these errors were encountered: